aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/script.cpp')
-rw-r--r--engines/cine/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/script.cpp b/engines/cine/script.cpp
index e92d545a1e..98c665f67b 100644
--- a/engines/cine/script.cpp
+++ b/engines/cine/script.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
void addGfxElementA0(int16 param1, int16 param2) {
overlayHeadElement *currentHead = &overlayHead;
overlayHeadElement *tempHead = currentHead;
@@ -3794,3 +3796,5 @@ void dumpScript(uint8 *dumpName) {
}
#endif
+
+} // End of namespace Cine