aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-08-15 14:35:44 +0200
committerBertrand Augereau2011-08-15 22:30:16 +0200
commitb0f5e4dfb07062002a52ded364eb02d8fc7f1dc6 (patch)
treeaf4e37ed16cba85a6cb2e24bf4fe99ea0090cbb1 /engines/dreamweb/stubs.h
parent8cb9ff31cf67c3161c9513e36cdba48db55f4ed9 (diff)
downloadscummvm-rg350-b0f5e4dfb07062002a52ded364eb02d8fc7f1dc6.tar.gz
scummvm-rg350-b0f5e4dfb07062002a52ded364eb02d8fc7f1dc6.tar.bz2
scummvm-rg350-b0f5e4dfb07062002a52ded364eb02d8fc7f1dc6.zip
DREAMWEB: 'copyname' ported to C++
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index b9d22c25c5..27250b7451 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -121,6 +121,7 @@
void doblocks();
void checkifperson();
bool checkifperson(uint8 x, uint8 y);
- void findobname();
- void findobname(uint8 type, uint8 index);
+ const uint8 *findobname(uint8 type, uint8 index);
+ void copyname();
+ void copyname(uint8 type, uint8 index, uint8 *dst);