diff options
author | johndoe123 | 2014-04-08 19:43:17 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-07-20 06:43:33 +0000 |
commit | 67366aa04b723fadec300cc6ce1d5c6ee9241af7 (patch) | |
tree | bd4783f6b6ebb6c25d52a1349a60c2fd10034e0b /engines/illusions/scriptthread.h | |
parent | 3f15233f78a264e45ce74ecd2db9ed3119b1b654 (diff) | |
download | scummvm-rg350-67366aa04b723fadec300cc6ce1d5c6ee9241af7.tar.gz scummvm-rg350-67366aa04b723fadec300cc6ce1d5c6ee9241af7.tar.bz2 scummvm-rg350-67366aa04b723fadec300cc6ce1d5c6ee9241af7.zip |
ILLUSIONS: More work on Duckman
Diffstat (limited to 'engines/illusions/scriptthread.h')
-rw-r--r-- | engines/illusions/scriptthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/scriptthread.h b/engines/illusions/scriptthread.h index cb82b6c614..0306c4f1cd 100644 --- a/engines/illusions/scriptthread.h +++ b/engines/illusions/scriptthread.h @@ -41,6 +41,7 @@ public: uint32 _value8; uint32 _valueC; uint32 _value10; + void loadOpcode(OpCall &opCall); void execOpcode(OpCall &opCall); }; |