aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/graphicengine_script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/graphicengine_script.cpp')
-rw-r--r--engines/sword25/gfx/graphicengine_script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/graphicengine_script.cpp b/engines/sword25/gfx/graphicengine_script.cpp
index 78100e94c7..34a464169e 100644
--- a/engines/sword25/gfx/graphicengine_script.cpp
+++ b/engines/sword25/gfx/graphicengine_script.cpp
@@ -56,6 +56,8 @@
#include "sword25/gfx/animationtemplate.h"
#include "sword25/gfx/animationtemplateregistry.h"
+namespace Sword25 {
+
#define BS_LOG_PREFIX "GRAPHICENGINE"
// -----------------------------------------------------------------------------
@@ -1735,3 +1737,5 @@ bool BS_GraphicEngine::RegisterScriptBindings()
return true;
}
+
+} // End of namespace Sword25