From 5a074e6137dc8368132e4e192c018806c1723222 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 4 Oct 2003 00:52:27 +0000 Subject: added namespace Sword2 svn-id: r10581 --- sword2/icons.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sword2/icons.h') diff --git a/sword2/icons.h b/sword2/icons.h index 44880e7633..c95350c092 100644 --- a/sword2/icons.h +++ b/sword2/icons.h @@ -22,6 +22,8 @@ #include "object.h" +namespace Sword2 { + #define MENU_MASTER_OBJECT 44 #define TOTAL_subjects (375 - 256 + 1) // the speech subject bar #define TOTAL_engine_pockets (15 + 10) // +10 for overflow @@ -39,4 +41,6 @@ extern menu_object master_menu_list[TOTAL_engine_pockets]; void Build_top_menu(void); void Build_system_menu(void); +} // End of namespace Sword2 + #endif -- cgit v1.2.3