aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/staticres.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-03-21 10:51:11 +0000
committerPaul Gilbert2010-03-21 10:51:11 +0000
commit05922881cb2e7f8b0766587b20ed496bd83653bc (patch)
treec75a784ce503330e116d1294f0ecbeea4328ae30 /engines/m4/staticres.h
parente6619b579299ecefcf9cf6daf0e272cb86136aa4 (diff)
downloadscummvm-rg350-05922881cb2e7f8b0766587b20ed496bd83653bc.tar.gz
scummvm-rg350-05922881cb2e7f8b0766587b20ed496bd83653bc.tar.bz2
scummvm-rg350-05922881cb2e7f8b0766587b20ed496bd83653bc.zip
Added framework for displaying game dialogs
svn-id: r48353
Diffstat (limited to 'engines/m4/staticres.h')
-rw-r--r--engines/m4/staticres.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/m4/staticres.h b/engines/m4/staticres.h
index 2680965304..80fc69fc80 100644
--- a/engines/m4/staticres.h
+++ b/engines/m4/staticres.h
@@ -43,6 +43,9 @@ extern const char *walkToStr;
extern const char *fenceStr;
extern const char *overStr;
+extern const char *GameReleaseInfoStr;
+extern const char *GameReleaseTitleStr;
+
struct VerbInit {
int verb;
int8 flag1;