diff options
author | Bertrand Augereau | 2011-12-04 14:45:07 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-12-04 14:45:07 +0100 |
commit | 2801eaf6fe57ceefac3989a6769e6b447a24b17b (patch) | |
tree | c481ceb780dd5c99c6fd95fac19bc1f84bf22b8f /engines/dreamweb/stubs.h | |
parent | 3956046e50630e711dc705dbb3d8dedcac870ad5 (diff) | |
download | scummvm-rg350-2801eaf6fe57ceefac3989a6769e6b447a24b17b.tar.gz scummvm-rg350-2801eaf6fe57ceefac3989a6769e6b447a24b17b.tar.bz2 scummvm-rg350-2801eaf6fe57ceefac3989a6769e6b447a24b17b.zip |
DREAMWEB: 'manAsleep' ported to C++
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 7339f937bc..e7e35e6531 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -398,6 +398,7 @@ void rockstar(ReelRoutine &routine); void madmansTelly(ReelRoutine &routine); void smokeBloke(ReelRoutine &routine); + void manAsleep(ReelRoutine &routine); void singleKey(uint8 key, uint16 x, uint16 y); void showKeypad(); void showOuterPad(); |