aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-27 01:19:19 +0100
committerWillem Jan Palenstijn2011-12-27 01:37:35 +0100
commit2bbc1cbd6ae367eb2e36813fd8617b2c1751585c (patch)
treea1604227c5f3de5f1258ab07b9e0cda9750b0101 /engines/dreamweb/stubs.h
parent20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee (diff)
downloadscummvm-rg350-2bbc1cbd6ae367eb2e36813fd8617b2c1751585c.tar.gz
scummvm-rg350-2bbc1cbd6ae367eb2e36813fd8617b2c1751585c.tar.bz2
scummvm-rg350-2bbc1cbd6ae367eb2e36813fd8617b2c1751585c.zip
DREAMWEB: Clean up monitor functions
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 79b708d7b3..ea3c17157d 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -57,23 +57,6 @@
void useRoutine();
void examineOb(bool examineAgain = true);
void readSetData();
- void useMon();
- void makeCaps();
- byte makeCaps(byte c) {
- return DreamBase::makeCaps(c);
- }
- void monPrint();
- const char *monPrint(const char *string) {
- return DreamBase::monPrint(string);
- }
- void randomAccess();
- void randomAccess(uint16 count) {
- DreamBase::randomAccess(count);
- }
- void monMessage();
- void monMessage(uint8 index) {
- DreamBase::monMessage(index);
- }
void look();
void autoLook();
void doLook();
@@ -87,14 +70,7 @@
void afterNewRoom();
void madmanRun();
void showGun();
- bool execCommand();
void identifyOb();
void selectOb();
- bool getKeyAndLogo(const char *foundString);
- void read();
- void dirCom();
- const char *searchForString(const char *topic, const char *text) {
- return DreamBase::searchForString(topic, text);
- }
#endif