aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-09-07 03:53:53 +0200
committerBertrand Augereau2011-09-07 03:53:53 +0200
commitef1eb9ba24959b16568f83b8a8a6ddf27ae40bab (patch)
tree476433d50a3d4074d0ff83e94cdc40ee482d4602 /engines/dreamweb/stubs.h
parent3884ec6355d4445c278d9d011d16940c3ef8697b (diff)
downloadscummvm-rg350-ef1eb9ba24959b16568f83b8a8a6ddf27ae40bab.tar.gz
scummvm-rg350-ef1eb9ba24959b16568f83b8a8a6ddf27ae40bab.tar.bz2
scummvm-rg350-ef1eb9ba24959b16568f83b8a8a6ddf27ae40bab.zip
DREAMWEB: 'usetext' ported to C++
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 26acdde45d..4a97fd22f5 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -238,5 +238,6 @@
uint8 findnextcolon(uint8 **string);
void findnextcolon();
uint8 *getobtextstartCPP();
-
+ void usetext(const uint8 *string);
+ void usetext();