aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-25 15:07:56 +0200
committerFilippos Karapetis2011-12-25 15:07:56 +0200
commit3802b21183b148f1c8d43cc8d2e550afed6e9e6a (patch)
treec82e5dc6c4f75adff6bec20ba7de72197826884f /engines/dreamweb/stubs.h
parent3ac88c16ea63243a46444e5754a94e41302f2d64 (diff)
downloadscummvm-rg350-3802b21183b148f1c8d43cc8d2e550afed6e9e6a.tar.gz
scummvm-rg350-3802b21183b148f1c8d43cc8d2e550afed6e9e6a.tar.bz2
scummvm-rg350-3802b21183b148f1c8d43cc8d2e550afed6e9e6a.zip
DREAMWEB: Move some functions to DreamBase
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 547714e006..0c764a4495 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -39,8 +39,6 @@
}
void quickQuit();
void readOneBlock();
- void readCityPic();
- void readDestIcon();
void seeCommandTail();
void quickQuit2();
void printDirect();
@@ -95,7 +93,6 @@
void hangOn(uint16 frameCount) {
DreamBase::hangOn(frameCount);
}
- void showCity();
void examineOb(bool examineAgain = true);
void dumpWatch();
void transferText();
@@ -148,7 +145,6 @@
void afterIntroRoom();
void gettingShot();
void allPointer();
- void chewy();
void delEverything();
void errorMessage1();
void errorMessage2();
@@ -156,7 +152,6 @@
void nextDest();
void lastDest();
void destSelect();
- void selectLocation();
void loadSpeech();
bool loadSpeech(byte type1, int idx1, byte type2, int idx2) {
return DreamBase::loadSpeech(type1, idx1, type2, idx2);
@@ -183,7 +178,6 @@
bool checkObjectSizeCPP();
void openOb();
void identifyOb();
- void useStereo();
void selectOb();
void findInvPos();
uint16 findInvPosCPP();
@@ -198,5 +192,6 @@
void inToInv();
void outOfInv();
void selectOpenOb();
+ void selectLocation();
#endif