aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-24 14:27:24 +0100
committerWillem Jan Palenstijn2011-12-24 14:41:12 +0100
commit8e36de736e88f1b7a70ad04fc3d09b7807ff94f9 (patch)
tree7396b1d4e89f65331f6b04d34d980eaa51dc2826 /engines/dreamweb/stubs.h
parentef35f1f69d3c75c2ed6dbb0bb4fe6a5551750ec1 (diff)
downloadscummvm-rg350-8e36de736e88f1b7a70ad04fc3d09b7807ff94f9.tar.gz
scummvm-rg350-8e36de736e88f1b7a70ad04fc3d09b7807ff94f9.tar.bz2
scummvm-rg350-8e36de736e88f1b7a70ad04fc3d09b7807ff94f9.zip
DREAMWEB: Minor cleanup
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index b24185b82d..c0c8aede5b 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -58,15 +58,8 @@
DreamBase::showFrame(frameData, x, y, frameNumber, effectsFlag);
}
void width160();
- void commandOnly();
- void commandOnly(uint8 command) {
- DreamBase::commandOnly(command);
- }
- void checkIfPerson();
bool checkIfPerson(uint8 x, uint8 y);
- void checkIfFree();
bool checkIfFree(uint8 x, uint8 y);
- void checkIfEx();
bool checkIfEx(uint8 x, uint8 y);
void commandWithOb();
void commandWithOb(uint8 command, uint8 type, uint8 index) {
@@ -84,20 +77,10 @@
SetObject *getSetAd(uint8 index) {
return DreamBase::getSetAd(index);
}
- bool finishedWalkingCPP();
- void finishedWalking();
- void checkOne();
- void checkOne(uint8 x, uint8 y, uint8 *flag, uint8 *flagEx, uint8 *type, uint8 *flagX, uint8 *flagY) {
- DreamBase::checkOne(x, y, flag, flagEx, type, flagX, flagY);
- }
void walkAndExamine();
void obName(uint8 command, uint8 commandType);
void getExPos();
- void compare();
- bool compare(uint8 index, uint8 flag, const char id[4]) {
- return DreamBase::compare(index, flag, id);
- }
bool checkIfSet(uint8 x, uint8 y);
void isItWorn();
bool isItWorn(const DynObject *object) {