aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/image/image.h')
-rw-r--r--engines/sword25/gfx/image/image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/image/image.h b/engines/sword25/gfx/image/image.h
index 23073d71b8..8c5d750b6a 100644
--- a/engines/sword25/gfx/image/image.h
+++ b/engines/sword25/gfx/image/image.h
@@ -50,6 +50,8 @@
#include "sword25/math/rect.h"
#include "sword25/gfx/graphicengine.h"
+namespace Sword25 {
+
class BS_Image
{
public:
@@ -220,4 +222,6 @@ public:
//@}
};
+} // End of namespace Sword25
+
#endif