aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/opengl/glimage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/opengl/glimage.cpp')
-rw-r--r--engines/sword25/gfx/opengl/glimage.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/opengl/glimage.cpp b/engines/sword25/gfx/opengl/glimage.cpp
index e04ea7010c..80a822adcc 100644
--- a/engines/sword25/gfx/opengl/glimage.cpp
+++ b/engines/sword25/gfx/opengl/glimage.cpp
@@ -42,6 +42,8 @@
#include "sword25/gfx/opengl/openglgfx.h"
#include "sword25/gfx/opengl/glimage.h"
+namespace Sword25 {
+
#define BS_LOG_PREFIX "GLIMAGE"
// -----------------------------------------------------------------------------
@@ -221,3 +223,5 @@ bool BS_GLImage::Blit(int PosX, int PosY,
return Result == GLS_OK;
}
+
+} // End of namespace Sword25