aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 5577c772d5..8bdc0b11c0 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -66,7 +66,7 @@
void walkAndExamine();
void obName(uint8 command, uint8 commandType);
- void getExPos();
+ DynObject *getExPos();
bool checkIfSet(uint8 x, uint8 y);
void obToInv();
void obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
@@ -118,7 +118,7 @@
void triggerMessage(uint16 index);
void processTrigger();
bool execCommand();
- bool checkObjectSizeCPP();
+ bool checkObjectSize();
void identifyOb();
void selectOb();
void setPickup();
@@ -127,13 +127,12 @@
void inToInv();
void outOfInv();
void selectOpenOb();
- void reExFromInv();
void useOpened();
void outOfOpen();
void swapWithOpen();
- void swapWithInv();
void searchForFiles(uint16 segment);
byte transferToEx();
void dirCom();
+ void pickupConts();
#endif