aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/rel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/rel.cpp')
-rw-r--r--engines/cine/rel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/rel.cpp b/engines/cine/rel.cpp
index c9edef6efc..c89f3b9d80 100644
--- a/engines/cine/rel.cpp
+++ b/engines/cine/rel.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
RelObjectScript relTable[NUM_MAX_REL];
void resetObjectScriptHead(void) {
@@ -107,3 +109,5 @@ void loadRel(char *pRelName) {
}
#endif
}
+
+} // End of namespace Cine