aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v2.cpp')
-rw-r--r--scumm/player_v2.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp
index 929cce1468..a723905f29 100644
--- a/scumm/player_v2.cpp
+++ b/scumm/player_v2.cpp
@@ -22,11 +22,13 @@
#include "stdafx.h"
#include "base/engine.h"
-#include "player_v2.h"
-#include "scumm.h"
+#include "scumm/player_v2.h"
+#include "scumm/scumm.h"
#include "sound/mididrv.h"
#include "sound/mixer.h"
+namespace Scumm {
+
#define FREQ_HZ 236 // Don't change!
#define SPK_DECAY 0xfa00 /* Depends on sample rate */
@@ -1019,3 +1021,5 @@ _GRELEASEPTR(GBVARS_PCJRFREQTABLE_INDEX, GBVARS_SCUMM)
_GEND
#endif
+
+} // End of namespace Scumm