diff options
author | Bertrand Augereau | 2011-11-29 12:24:04 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-29 14:25:58 +0100 |
commit | c91b2457d0c31a9b12c67cd83fb841fb747df3c5 (patch) | |
tree | 368881f987c2060c2d83018014cb0ee82fa66f9d /engines/dreamweb/stubs.h | |
parent | c23f8f856c7e5a2fa11722870607d876c5894e18 (diff) | |
download | scummvm-rg350-c91b2457d0c31a9b12c67cd83fb841fb747df3c5.tar.gz scummvm-rg350-c91b2457d0c31a9b12c67cd83fb841fb747df3c5.tar.bz2 scummvm-rg350-c91b2457d0c31a9b12c67cd83fb841fb747df3c5.zip |
DREAMWEB: 'folderhints' 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 2a6175b135..f175d52a47 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -361,6 +361,7 @@ void showrightpage(); void nextfolder(); void lastfolder(); + void folderhints(); uint8 getlocation(uint8 index); void getlocation(); void setlocation(uint8 index); |