aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/main_loop.cpp')
-rw-r--r--engines/cine/main_loop.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp
index 7898ac456b..bb5dbb43a7 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
mouseStatusStruct mouseData;
uint16 mouseRight = 0;
@@ -227,3 +229,5 @@ void mainLoop(int bootScriptIdx) {
closeEngine7();
closePart();
}
+
+} // End of namespace Cine