diff options
author | Filippos Karapetis | 2011-12-14 01:52:13 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-12-14 01:52:13 +0200 |
commit | d4124e116ac8a9aaf52dcfe727cd600e27555154 (patch) | |
tree | 0a64000f6570618ed5c4df32752deca68bbf3150 /engines/dreamweb/stubs.h | |
parent | c95bdeb20ca16927fbac990c9633cb0db9e1fc3e (diff) | |
download | scummvm-rg350-d4124e116ac8a9aaf52dcfe727cd600e27555154.tar.gz scummvm-rg350-d4124e116ac8a9aaf52dcfe727cd600e27555154.tar.bz2 scummvm-rg350-d4124e116ac8a9aaf52dcfe727cd600e27555154.zip |
DREAMWEB: Port 'heavy' 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 50a8faaf34..f7d8086a64 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -419,6 +419,7 @@ void soldier1(ReelRoutine &routine); void receptionist(ReelRoutine &routine); void bartender(ReelRoutine &routine); + void heavy(ReelRoutine &routine); void singleKey(uint8 key, uint16 x, uint16 y); void loadSaveBox(); void loadKeypad(); |