aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorMax Horn2011-12-20 09:44:00 +0100
committerFilippos Karapetis2011-12-23 03:39:44 +0200
commitcdc6bc421bef6ed0119819a92fba1b2b9283ce17 (patch)
treeb29584366bf54f343b6cdd2c82c28fb965ead597 /engines/dreamweb/stubs.h
parenta4ffb8fe54c41c957f506c127c6aa30586769c52 (diff)
downloadscummvm-rg350-cdc6bc421bef6ed0119819a92fba1b2b9283ce17.tar.gz
scummvm-rg350-cdc6bc421bef6ed0119819a92fba1b2b9283ce17.tar.bz2
scummvm-rg350-cdc6bc421bef6ed0119819a92fba1b2b9283ce17.zip
DREAMWEB: Turn RectWithCallback into template
Also moves checkCoords to DreamBase, adding a nasty cast to it. This is a temporary HACK, which allows moving functions that use checkCoords to DreamBase one at a time, instead of all at once (and at the same time as checkCoords). This can be undone once everything using checkCoords has been moved to DreamBase.
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 81949801b1..a3efebd2fe 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -96,7 +96,7 @@
}
void walkAndExamine();
void obName(uint8 command, uint8 commandType);
- void checkCoords(const RectWithCallback *rectWithCallbacks);
+
void getExPos();
void compare();
bool compare(uint8 index, uint8 flag, const char id[4]) {