aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bundle.cpp')
-rw-r--r--scumm/bundle.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/bundle.cpp b/scumm/bundle.cpp
index f866ea0a98..4e720d6d7e 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -23,6 +23,8 @@
#include "scumm/scumm.h"
#include "scumm/bundle.h"
+namespace Scumm {
+
#ifdef __PALM_OS__
static const int16 *imcTable;
#else
@@ -956,3 +958,5 @@ _GRELEASEPTR(GBVARS_IMCTABLE_INDEX, GBVARS_SCUMM)
_GEND
#endif
+
+} // End of namespace Scumm