From 3b5794890fb36d0d93e8eff7d1a30c9bfd611618 Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Tue, 6 Dec 2011 00:54:50 +0100 Subject: DREAMWEB: Ported 'candles' to C++ --- engines/dreamweb/dreamgen.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/dreamweb/dreamgen.h') diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index f30c8e6d3a..39af176d38 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -541,6 +541,7 @@ public: void useWire(); void getNamePos(); + void clearChanges(); void identifyOb(); void useLighter(); void runEndSeq(); @@ -609,14 +610,12 @@ public: void findFirstPath(); void useSLab(); void useAltar(); - void manAsleep2(); void moreTalk(); void startTalk(); void getAnyAd(); void endGame(); void usePipe(); void getUnderZoom(); - void candles(); void rollEndCredits2(); void reminders(); void selectSlot2(); @@ -827,7 +826,7 @@ public: void incRyanPage(); void edenInBath(); void findExObject(); - void clearChanges(); + void manAsleep2(); void useChurchHole(); void searchForFiles(); void monkSpeaking(); -- cgit v1.2.3