aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/controls.h')
-rw-r--r--sword2/controls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/controls.h b/sword2/controls.h
index 3c7b8613d1..3124e155b9 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -20,6 +20,8 @@
#ifndef _CONTROL_S
#define _CONTROL_S
+namespace Sword2 {
+
class Sword2Gui {
public:
int _baseSlot;
@@ -44,4 +46,6 @@ public:
extern Sword2Gui gui;
+} // End of namespace Sword2
+
#endif