aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 9d04d34895..2723177ce1 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -21,11 +21,13 @@
*/
#include "stdafx.h"
-#include "scumm.h"
-#include "actor.h"
-#include "costume.h"
+#include "scumm/scumm.h"
+#include "scumm/actor.h"
+#include "scumm/costume.h"
#include "scumm/sound.h"
+namespace Scumm {
+
const byte revBitMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };
#ifdef __PALM_OS__
@@ -868,3 +870,5 @@ _GRELEASEPTR(GBVARS_COSTSCALETABLE_INDEX, GBVARS_SCUMM)
_GEND
#endif
+
+} // End of namespace Scumm