aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 173b327d49..e9a4ce92c0 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -29,6 +29,8 @@
#include "sound/mixer.h"
#include "simon/sound.h"
+namespace Simon {
+
/* Various other settings */
//#define DUMP_FILE_NR 8
//#define DUMP_BITMAPS_FILE_NR 8
@@ -800,4 +802,6 @@ protected:
void palette_fadeout(uint32 *pal_values, uint num);
+} // End of namespace Simon
+
#endif