aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-26 22:47:14 +0200
committerFilippos Karapetis2011-12-26 22:47:14 +0200
commita75d39895b882a2bcc1b6469b1e75265bab2ac6c (patch)
tree0304c57f828510f6a53d0833c0394b674c6437fe /engines/dreamweb/stubs.h
parentfb074000869310cbc949deeb14d8380aa0f93e0d (diff)
downloadscummvm-rg350-a75d39895b882a2bcc1b6469b1e75265bab2ac6c.tar.gz
scummvm-rg350-a75d39895b882a2bcc1b6469b1e75265bab2ac6c.tar.bz2
scummvm-rg350-a75d39895b882a2bcc1b6469b1e75265bab2ac6c.zip
DREAMWEB: Move some functions to DreamBase, remove dead code
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 3536b7d07c..24a7c081b5 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -47,30 +47,15 @@
bool checkIfPerson(uint8 x, uint8 y);
bool checkIfFree(uint8 x, uint8 y);
bool checkIfEx(uint8 x, uint8 y);
- DynObject *getFreeAd(uint8 index) {
- return DreamBase::getFreeAd(index);
- }
- DynObject *getExAd(uint8 index) {
- return DreamBase::getExAd(index);
- }
- void *getAnyAd(uint8 *slotSize, uint8 *slotCount) {
- return DreamBase::getAnyAd(slotSize, slotCount);
- }
- SetObject *getSetAd(uint8 index) {
- return DreamBase::getSetAd(index);
- }
void walkAndExamine();
void obName(uint8 command, uint8 commandType);
bool checkIfSet(uint8 x, uint8 y);
- void obToInv();
void obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
DreamBase::obToInv(index, flag, x, y);
}
void useRoutine();
void examineOb(bool examineAgain = true);
- void dumpWatch();
- void watchCount();
void readSetData();
void useMon();
void makeCaps();
@@ -94,24 +79,18 @@
void doLook();
void useKey();
void useObject();
- void singleKey(uint8 key, uint16 x, uint16 y);
void inventory();
void mainScreen();
void zoomOnOff();
void initialInv();
void walkIntoRoom();
- void allPointer();
void afterNewRoom();
void madmanRun();
void showGun();
- void triggerMessage(uint16 index);
- void processTrigger();
bool execCommand();
void identifyOb();
void selectOb();
void getKeyAndLogo();
- void signOn();
- void searchForFiles(uint16 segment);
void read();
void dirCom();