aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/boxes.cpp')
-rw-r--r--scumm/boxes.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/scumm/boxes.cpp b/scumm/boxes.cpp
index 2f9e47ccc2..1fdf8128ac 100644
--- a/scumm/boxes.cpp
+++ b/scumm/boxes.cpp
@@ -21,11 +21,13 @@
*/
#include "stdafx.h"
-#include "scumm.h"
-#include "actor.h"
-#include "boxes.h"
+#include "scumm/scumm.h"
+#include "scumm/actor.h"
+#include "scumm/boxes.h"
#include "common/util.h"
+namespace Scumm {
+
#if !defined(__GNUC__)
#pragma START_PACK_STRUCTS
#endif
@@ -1278,3 +1280,4 @@ void ScummEngine::getGates(int trap1, int trap2, Common::Point gateA[2], Common:
}
}
+} // End of namespace Scumm