aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/prc.cpp')
-rw-r--r--engines/cine/prc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp
index a73f045898..2151271029 100644
--- a/engines/cine/prc.cpp
+++ b/engines/cine/prc.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
prcLinkedListStruct globalScriptsHead;
prcLinkedListStruct objScriptList;
@@ -140,3 +142,5 @@ void loadPrc(const char *pPrcName) {
}
}
}
+
+} // End of namespace Cine