aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/msg.cpp')
-rw-r--r--engines/cine/msg.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/msg.cpp b/engines/cine/msg.cpp
index 52f18130b9..40670e7496 100644
--- a/engines/cine/msg.cpp
+++ b/engines/cine/msg.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
uint16 msgVar0;
void loadMsg(char *pMsgName) {
@@ -73,3 +75,5 @@ void loadMsg(char *pMsgName) {
}
}
}
+
+} // End of namespace Cine