aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-14 02:03:57 +0200
committerFilippos Karapetis2011-12-14 02:04:26 +0200
commita22266d8713eaa2400c99bc8e751e9babcf468ab (patch)
tree22d8ffa16f7aae2fdf74ddefb39cfcbc5cc37f39 /engines/dreamweb/dreamgen.h
parenta97a359ea3825f6fdef40a57e3c3b6e96b4afda3 (diff)
downloadscummvm-rg350-a22266d8713eaa2400c99bc8e751e9babcf468ab.tar.gz
scummvm-rg350-a22266d8713eaa2400c99bc8e751e9babcf468ab.tar.bz2
scummvm-rg350-a22266d8713eaa2400c99bc8e751e9babcf468ab.zip
DREAMWEB: Port 'runendseq' to C++ and remove the unused 'drawitall' function
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r--engines/dreamweb/dreamgen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index bde91490af..ddddf7955a 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -483,8 +483,8 @@ public:
void __start();
#include "stubs.h" // Allow hand-reversed functions to have a signature different than void f()
+ void fadeDownMon();
void identifyOb();
- void runEndSeq();
void clearBuffers();
void getObTextStart();
void checkObjectSize();
@@ -497,7 +497,6 @@ public:
void getOpenedSize();
void adjustUp();
void fadeScreenDownHalf();
- void fadeDownMon();
void outOfOpen();
void dirCom();
void endGameSeq();
@@ -547,7 +546,6 @@ public:
void setPickup();
void dropObject();
void openOb();
- void drawItAll();
void useStereo();
void showDiaryKeys();
void useOpened();