aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/staticbitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/staticbitmap.h')
-rw-r--r--engines/sword25/gfx/staticbitmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/staticbitmap.h b/engines/sword25/gfx/staticbitmap.h
index 47f2491f85..c6c67ff2c0 100644
--- a/engines/sword25/gfx/staticbitmap.h
+++ b/engines/sword25/gfx/staticbitmap.h
@@ -42,6 +42,8 @@
#include "sword25/kernel/common.h"
#include "sword25/gfx/bitmap.h"
+namespace Sword25 {
+
// -----------------------------------------------------------------------------
// Klassendeklaration
// -----------------------------------------------------------------------------
@@ -81,4 +83,6 @@ private:
bool InitBitmapResource(const std::string & Filename);
};
+} // End of namespace Sword25
+
#endif