aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/script.h
diff options
context:
space:
mode:
authorDenis Kasak2009-07-29 19:41:30 +0000
committerDenis Kasak2009-07-29 19:41:30 +0000
commit393cd99a6232112e7959aec3017e59ecabbbb8c4 (patch)
treeb1b888e88b448581d485e6d8f1cf1f25b07ecd96 /engines/draci/script.h
parentf42894c33cb744759a9cfd64fcc24599a8451572 (diff)
downloadscummvm-rg350-393cd99a6232112e7959aec3017e59ecabbbb8c4.tar.gz
scummvm-rg350-393cd99a6232112e7959aec3017e59ecabbbb8c4.tar.bz2
scummvm-rg350-393cd99a6232112e7959aec3017e59ecabbbb8c4.zip
* Implemented the StartPlay and Play GPL commands properly
* Changed Script::load() to use the new animation callbacks svn-id: r42902
Diffstat (limited to 'engines/draci/script.h')
-rw-r--r--engines/draci/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/draci/script.h b/engines/draci/script.h
index 5c57ad7a1f..69effbedf0 100644
--- a/engines/draci/script.h
+++ b/engines/draci/script.h
@@ -113,6 +113,7 @@ private:
void execUse(Common::Queue<int> &params);
void walkOn(Common::Queue<int> &params);
void play(Common::Queue<int> &params);
+ void startPlay(Common::Queue<int> &params);
int operAnd(int op1, int op2);
int operOr(int op1, int op2);