aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/msg.h')
-rw-r--r--engines/cine/msg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/msg.h b/engines/cine/msg.h
index 4c442a6586..326fe10e30 100644
--- a/engines/cine/msg.h
+++ b/engines/cine/msg.h
@@ -25,6 +25,10 @@
#ifndef CINE_MSG_H_
#define CINE_MSG_H_
+namespace Cine {
+
void loadMsg(char *pMsgName);
+} // End of namespace Cine
+
#endif