diff options
author | Willem Jan Palenstijn | 2011-12-06 21:18:17 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-06 21:19:42 +0100 |
commit | 44ed4ef0dfef85d5505109b46a4ce7d0f9bb60d5 (patch) | |
tree | 58b446e2698c2c3aaf4dacae2c059ae906e4d70a /engines/dreamweb/stubs.h | |
parent | 454205a6e375c00a1fd0e79aed99655fdfed9d57 (diff) | |
download | scummvm-rg350-44ed4ef0dfef85d5505109b46a4ce7d0f9bb60d5.tar.gz scummvm-rg350-44ed4ef0dfef85d5505109b46a4ce7d0f9bb60d5.tar.bz2 scummvm-rg350-44ed4ef0dfef85d5505109b46a4ce7d0f9bb60d5.zip |
DREAMWEB: Move 'train' out of dreamgen again
Apparently it is effectively empty...
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r-- | engines/dreamweb/stubs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 7d921766cf..4724ae2f81 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -450,6 +450,7 @@ void handClap(ReelRoutine &routine); void carParkDrip(ReelRoutine &routine); void foghornSound(ReelRoutine &routine); + void train(ReelRoutine &routine); void singleKey(uint8 key, uint16 x, uint16 y); void loadSaveBox(); void loadKeypad(); |