aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/object.cpp')
-rw-r--r--engines/cine/object.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/object.cpp b/engines/cine/object.cpp
index 894ae600d2..e0d56ce87b 100644
--- a/engines/cine/object.cpp
+++ b/engines/cine/object.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
objectStruct objectTable[NUM_MAX_OBJECT];
uint16 globalVars[NUM_MAX_OBJECTDATA];
overlayHeadElement overlayHead;
@@ -474,3 +476,5 @@ int16 getObjectParam(uint16 objIdx, uint16 paramIdx) {
return 0;
}
+
+} // End of namespace Cine