aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/opengl/swimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/opengl/swimage.h')
-rw-r--r--engines/sword25/gfx/opengl/swimage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/opengl/swimage.h b/engines/sword25/gfx/opengl/swimage.h
index c1fd793b1f..cb27a089a1 100644
--- a/engines/sword25/gfx/opengl/swimage.h
+++ b/engines/sword25/gfx/opengl/swimage.h
@@ -44,6 +44,8 @@
#include "sword25/gfx/graphicengine.h"
+namespace Sword25 {
+
// -----------------------------------------------------------------------------
// CLASS DEFINITION
// -----------------------------------------------------------------------------
@@ -81,4 +83,6 @@ private:
int m_Height;
};
+} // End of namespace Sword25
+
#endif