aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v1.cpp')
-rw-r--r--scumm/player_v1.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp
index 95e2fc48af..4eec5e2f69 100644
--- a/scumm/player_v1.cpp
+++ b/scumm/player_v1.cpp
@@ -22,8 +22,10 @@
#include "stdafx.h"
#include "base/engine.h"
-#include "player_v1.h"
-#include "scumm.h"
+#include "scumm/player_v1.h"
+#include "scumm/scumm.h"
+
+namespace Scumm {
#define TIMER_BASE_FREQ 1193000
#define FIXP_SHIFT 16
@@ -605,3 +607,5 @@ void Player_V1::generatePCjrSamples(int16 *data, uint len) {
if (_level || hasdata)
lowPassFilter(data, len);
}
+
+} // End of namespace Scumm