aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-25 04:51:18 +0200
committerFilippos Karapetis2011-12-25 04:53:26 +0200
commit652403021d7dbcceb672dd21b468d1667479fc8b (patch)
tree81b14e0d0152df06ef84dabfcffe1d3f0e8ae9cc /engines/dreamweb/stubs.h
parenta1ffa11620fcd0ba48b5cc2c1ca505ca4baab436 (diff)
downloadscummvm-rg350-652403021d7dbcceb672dd21b468d1667479fc8b.tar.gz
scummvm-rg350-652403021d7dbcceb672dd21b468d1667479fc8b.tar.bz2
scummvm-rg350-652403021d7dbcceb672dd21b468d1667479fc8b.zip
DREAMWEB: Convert 'checkobjectsize' to C++
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to wjp for his help and for examining the behavior of a fallback case.
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 921b8ed2eb..09a68682a7 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -185,7 +185,10 @@
void runEndSeq();
bool execCommand();
void getOpenedSize();
- byte getOpenedSizeCPP();
+ byte getOpenedSlotSize();
+ byte getOpenedSlotCount();
+ void checkObjectSize();
+ bool checkObjectSizeCPP();
void openOb();
void identifyOb();
void useStereo();