aboutsummaryrefslogtreecommitdiff
path: root/sword1/sworddefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sworddefs.h')
-rw-r--r--sword1/sworddefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword1/sworddefs.h b/sword1/sworddefs.h
index 45cbaace0f..7a2074511e 100644
--- a/sword1/sworddefs.h
+++ b/sword1/sworddefs.h
@@ -3,6 +3,8 @@
#include "scummsys.h"
+namespace Sword1 {
+
#define LOOPED 1
#define FRAME_RATE 12 // number of frames per second (max rate)
@@ -1554,4 +1556,6 @@ enum ScriptVariableNames {
#define SCR_menu_look (0*0x10000 + 24)
#define SCR_icon_combine_script (0*0x10000 + 25)
+} // End of namespace Sword1
+
#endif //SWORDDEFS_H