aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationtemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animationtemplate.h')
-rw-r--r--engines/sword25/gfx/animationtemplate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/animationtemplate.h b/engines/sword25/gfx/animationtemplate.h
index a11d315ffd..2b3e078085 100644
--- a/engines/sword25/gfx/animationtemplate.h
+++ b/engines/sword25/gfx/animationtemplate.h
@@ -47,6 +47,8 @@
#include <vector>
#include "sword25/kernel/memlog_on.h"
+namespace Sword25 {
+
// -----------------------------------------------------------------------------
// Forward declarations
// -----------------------------------------------------------------------------
@@ -120,4 +122,6 @@ private:
bool ValidateDestIndex(unsigned int Index) const;
};
+} // End of namespace Sword25
+
#endif