aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/sound.h')
-rw-r--r--engines/cge/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/sound.h b/engines/cge/sound.h
index 993bd05fca..79c9bf563d 100644
--- a/engines/cge/sound.h
+++ b/engines/cge/sound.h
@@ -31,6 +31,7 @@
#include "cge/wav.h"
#include "cge/snddrv.h"
+namespace CGE {
#define BAD_SND_TEXT 97
#define BAD_MIDI_TEXT 98
@@ -83,6 +84,7 @@ extern FX Fx;
void LoadMIDI (int ref);
void KillMIDI (void);
+} // End of namespace CGE
#endif