diff options
author | Bertrand Augereau | 2011-11-05 14:13:57 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-14 22:08:19 +0100 |
commit | 66c740ceea29f97e631e794a7ccdec5865fbb92d (patch) | |
tree | 52b023eb952b906c1f346df3c5ee68007023b803 /engines/dreamweb/stubs.h | |
parent | 1f405afbda0c74f0c1ca02921c299a50da87d7d1 (diff) | |
download | scummvm-rg350-66c740ceea29f97e631e794a7ccdec5865fbb92d.tar.gz scummvm-rg350-66c740ceea29f97e631e794a7ccdec5865fbb92d.tar.bz2 scummvm-rg350-66c740ceea29f97e631e794a7ccdec5865fbb92d.zip |
DREAMWEB: 'showicon' 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 8fd15989c9..27bbe31cfc 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -235,6 +235,7 @@ void hangon(uint16 frameCount); void hangonp(); void hangonp(uint16 count); + void showicon(); uint8 findnextcolon(uint8 **string); void findnextcolon(); uint8 *getobtextstartCPP(); |