aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-27 01:43:54 +0100
committerWillem Jan Palenstijn2011-12-27 01:44:54 +0100
commit0be53a88d626b484b9db30f3d89534d5d237a073 (patch)
treed6d3d6fe8533c16425276069fed7ba9647de4bc6 /engines/dreamweb/stubs.h
parent4027e635d50b510e322480c039bcc39449d096df (diff)
downloadscummvm-rg350-0be53a88d626b484b9db30f3d89534d5d237a073.tar.gz
scummvm-rg350-0be53a88d626b484b9db30f3d89534d5d237a073.tar.bz2
scummvm-rg350-0be53a88d626b484b9db30f3d89534d5d237a073.zip
DREAMWEB: Move remaining use functions to DreamBase
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index c749693b60..785e737310 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -53,13 +53,10 @@
void obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
DreamBase::obToInv(index, flag, x, y);
}
- void useRoutine();
- void examineOb(bool examineAgain = true);
void readSetData();
void look();
void autoLook();
void doLook();
- void useObject();
void inventory();
void mainScreen();
void zoomOnOff();
@@ -69,6 +66,5 @@
void madmanRun();
void showGun();
void identifyOb();
- void selectOb();
#endif