aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/staticres.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-03-07 05:06:58 +0000
committerPaul Gilbert2010-03-07 05:06:58 +0000
commit7f57001e175ef2215e192968e9883e63145e7a50 (patch)
tree99a4fd17e2a9717d0763f2a19065b2c2056f59d6 /engines/m4/staticres.h
parenta5a8b6c19f2601113fc3d3a14b6ec19576fdd1f8 (diff)
downloadscummvm-rg350-7f57001e175ef2215e192968e9883e63145e7a50.tar.gz
scummvm-rg350-7f57001e175ef2215e192968e9883e63145e7a50.tar.bz2
scummvm-rg350-7f57001e175ef2215e192968e9883e63145e7a50.zip
Split up the scene.cpp file into separate files for M4 and MADS specific scene code and support classes. Also have started adding code for textual display and proper current action display
svn-id: r48172
Diffstat (limited to 'engines/m4/staticres.h')
-rw-r--r--engines/m4/staticres.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/m4/staticres.h b/engines/m4/staticres.h
index 754e37db46..7d33aff189 100644
--- a/engines/m4/staticres.h
+++ b/engines/m4/staticres.h
@@ -35,6 +35,19 @@ extern const char *englishMADSArticleList[9];
extern const char *cheatingEnabledDesc[3];
+extern const char *atStr;
+extern const char *lookAroundStr;
+extern const char *toStr;
+extern const char *useStr;
+
+struct VerbInit {
+ int verb;
+ int8 flag1;
+ int8 flag2;
+};
+
+extern VerbInit verbList[10];
+
} // End of namespace M4
#endif