aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.h
diff options
context:
space:
mode:
authorEugene Sandulenko2008-04-21 20:51:17 +0000
committerEugene Sandulenko2008-04-21 20:51:17 +0000
commit57a9ef3a8f42a7bb71d17f6150dce1e652ce33c0 (patch)
tree9f4fa14956a07d9c668b9e5abffa3323b42c9411 /engines/cine/msg.h
parent54485c24c530288280174f6d286c8c0b367a8206 (diff)
downloadscummvm-rg350-57a9ef3a8f42a7bb71d17f6150dce1e652ce33c0.tar.gz
scummvm-rg350-57a9ef3a8f42a7bb71d17f6150dce1e652ce33c0.tar.bz2
scummvm-rg350-57a9ef3a8f42a7bb71d17f6150dce1e652ce33c0.zip
Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost
svn-id: r31651
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