From b0f5e4dfb07062002a52ded364eb02d8fc7f1dc6 Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Mon, 15 Aug 2011 14:35:44 +0200 Subject: DREAMWEB: 'copyname' ported to C++ --- engines/dreamweb/stubs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/dreamweb/stubs.h') 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); -- cgit v1.2.3