aboutsummaryrefslogtreecommitdiff
path: root/sword2/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/icons.cpp')
-rw-r--r--sword2/icons.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/icons.cpp b/sword2/icons.cpp
index 3e6695666b..f1bc486631 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -23,6 +23,8 @@
#include "interpreter.h"
#include "mouse.h"
+namespace Sword2 {
+
// tempory list
menu_object temp_list[TOTAL_engine_pockets];
uint32 total_temp = 0;
@@ -248,3 +250,5 @@ void Build_system_menu(void) {
ShowMenu(RDMENU_TOP);
}
+
+} // End of namespace Sword2