aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/panel.h')
-rw-r--r--engines/sword25/gfx/panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/panel.h b/engines/sword25/gfx/panel.h
index 483799844e..930e5bd0c6 100644
--- a/engines/sword25/gfx/panel.h
+++ b/engines/sword25/gfx/panel.h
@@ -42,6 +42,8 @@
#include "sword25/kernel/common.h"
#include "sword25/gfx/renderobject.h"
+namespace Sword25 {
+
// -----------------------------------------------------------------------------
// Class Definition
// -----------------------------------------------------------------------------
@@ -70,4 +72,6 @@ private:
unsigned int m_Color;
};
+} // End of namespace Sword25
+
#endif