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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/cine/msg.h b/engines/cine/msg.h
index 9828da8bab..ddf8ade8c2 100644
--- a/engines/cine/msg.h
+++ b/engines/cine/msg.h
@@ -26,8 +26,14 @@
#ifndef CINE_MSG_H
#define CINE_MSG_H
+#include "common/str.h"
+
namespace Cine {
+#define NUM_MAX_MESSAGE 255
+
+extern Common::StringList messageTable;
+
void loadMsg(char *pMsgName);
} // End of namespace Cine