aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-26 19:48:47 +0100
committerWillem Jan Palenstijn2011-12-26 20:03:52 +0100
commitcb3eee86358e73251081d0d285ac2303db5aa775 (patch)
treea90ea722e1fd2bc7b45aaca2e16b00e6462cb39e /engines/dreamweb/stubs.h
parent6f85de6b6e9b2af820d0294db16881d41368d693 (diff)
downloadscummvm-rg350-cb3eee86358e73251081d0d285ac2303db5aa775.tar.gz
scummvm-rg350-cb3eee86358e73251081d0d285ac2303db5aa775.tar.bz2
scummvm-rg350-cb3eee86358e73251081d0d285ac2303db5aa775.zip
DREAMWEB: Reduce dependency on globals and move functions to DreamBase
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 0c62abdc1b..feedef9aae 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -66,7 +66,6 @@
void walkAndExamine();
void obName(uint8 command, uint8 commandType);
- DynObject *getExPos();
bool checkIfSet(uint8 x, uint8 y);
void obToInv();
void obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
@@ -103,13 +102,9 @@
void inventory();
void mainScreen();
void zoomOnOff();
- void pickupOb(uint8 command, uint8 pos);
void initialInv();
void walkIntoRoom();
void allPointer();
- void errorMessage1();
- void errorMessage2();
- void errorMessage3();
void afterNewRoom();
void madmanRun();
void decide();
@@ -117,21 +112,11 @@
void triggerMessage(uint16 index);
void processTrigger();
bool execCommand();
- bool checkObjectSize();
void identifyOb();
void selectOb();
- void setPickup();
void getKeyAndLogo();
void signOn();
- void inToInv();
- void outOfInv();
- void selectOpenOb();
- void useOpened();
- void outOfOpen();
- void swapWithOpen();
void searchForFiles(uint16 segment);
- byte transferToEx();
void dirCom();
- void pickupConts();
#endif