diff options
author | Bertrand Augereau | 2011-12-06 00:51:10 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-12-06 00:51:10 +0100 |
commit | 4f9e3dcb79b462c5e05f510d82030e537efe1356 (patch) | |
tree | 2704f2cb8a549dfeeb4490b2a299c7ed93dfd177 /engines/dreamweb/dreamgen.h | |
parent | 560b07e7c3afefdf9a02ef3246dba429fca1c4c6 (diff) | |
download | scummvm-rg350-4f9e3dcb79b462c5e05f510d82030e537efe1356.tar.gz scummvm-rg350-4f9e3dcb79b462c5e05f510d82030e537efe1356.tar.bz2 scummvm-rg350-4f9e3dcb79b462c5e05f510d82030e537efe1356.zip |
DREAMWEB: 'introMusic' ported to C++
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r-- | engines/dreamweb/dreamgen.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index 4bd1e85fb3..f30c8e6d3a 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -690,7 +690,6 @@ public: void errorMessage3(); void introMagic2(); void introMagic3(); - void edenInBath(); void showDiaryPage(); void useShield(); void getBackToOps(); @@ -699,7 +698,7 @@ public: void transferToEx(); void reExFromInv(); void examineInventory(); - void useDryer(); + void businessMan(); void outOfInv(); void diaryKeyP(); void transferMap(); @@ -826,6 +825,7 @@ public: void openFile(); void showPuzText(); void incRyanPage(); + void edenInBath(); void findExObject(); void clearChanges(); void useChurchHole(); @@ -875,12 +875,11 @@ public: void emergencyPurge(); void alleyBarkSound(); void useCart(); - void introMusic(); void quitKey(); void processTrigger(); void volumeAdjust(); void transferConToEx(); - void businessMan(); + void useDryer(); void adjustDown(); void withWhat(); void openOb(); |