aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/dynamicbitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/dynamicbitmap.h')
-rw-r--r--engines/sword25/gfx/dynamicbitmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/dynamicbitmap.h b/engines/sword25/gfx/dynamicbitmap.h
index 41f8818503..565ddf3e6f 100644
--- a/engines/sword25/gfx/dynamicbitmap.h
+++ b/engines/sword25/gfx/dynamicbitmap.h
@@ -48,6 +48,8 @@
#include "sword25/gfx/bitmap.h"
#include "sword25/gfx/opengl/glimage.h"
+namespace Sword25 {
+
// -----------------------------------------------------------------------------
// Klassendeklaration
// -----------------------------------------------------------------------------
@@ -83,4 +85,6 @@ private:
std::auto_ptr<BS_GLImage> m_Image;
};
+} // End of namespace Sword25
+
#endif