aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-11 12:07:35 +0000
committerLudvig Strigeus2001-10-11 12:07:35 +0000
commit4fc593009b31df881c54ec5256921b9d0c52bb17 (patch)
tree88909847bd2e7ef7f62b5c103124cb8483eb0c14 /scumm.h
parent8f72d6f82caf7ac0de7c969d665213802db7fdbd (diff)
downloadscummvm-rg350-4fc593009b31df881c54ec5256921b9d0c52bb17.tar.gz
scummvm-rg350-4fc593009b31df881c54ec5256921b9d0c52bb17.tar.bz2
scummvm-rg350-4fc593009b31df881c54ec5256921b9d0c52bb17.zip
Determine caption from file name.
svn-id: r3426
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index a5f789bc57..ab63389218 100644
--- a/scumm.h
+++ b/scumm.h
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.7 2001/10/11 12:07:35 strigeus
+ * Determine caption from file name.
+ *
* Revision 1.6 2001/10/11 08:00:42 strigeus
* Dump scripts by using DUMP_SCRIPTS as a compile option instead.
*
@@ -1251,7 +1254,8 @@ struct Scumm {
void parseCommandLine(int argc, char **argv);
void showHelpAndExit();
-
+
+ char *getGameName();
};
void waitForTimer(Scumm *s);