aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-05 19:26:08 +0100
committerWillem Jan Palenstijn2011-12-05 19:26:46 +0100
commit585bd7b0efc7455ed8e66e802408af8956273337 (patch)
tree2ab43cdafc72bdfc070da1b73aa52b2b573ae117 /engines/dreamweb/dreamgen.h
parentf28c0480e1f9633280b580d3609e2d977fba4a3b (diff)
downloadscummvm-rg350-585bd7b0efc7455ed8e66e802408af8956273337.tar.gz
scummvm-rg350-585bd7b0efc7455ed8e66e802408af8956273337.tar.bz2
scummvm-rg350-585bd7b0efc7455ed8e66e802408af8956273337.zip
DREAMWEB: Untangle namespaces
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r--engines/dreamweb/dreamgen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index 83bbd21047..1895d6e814 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -27,10 +27,10 @@
#include "dreamweb/runtime.h"
-namespace DreamGen {
-
#include "structs.h"
+namespace DreamGen {
+
class DreamGenContext : public Context {
public:
void __start();
@@ -578,6 +578,7 @@ public:
void introMonks1();
void resetLocation();
void introMonks2();
+ void advisor();
void additionalText();
void useElevator5();
void useElevator4();
@@ -659,7 +660,7 @@ public:
void lockLightOff();
void wearWatch();
void runIntroSeq();
- void advisor();
+ void nextColon();
void attendant();
void monks2text();
void clearPalette();
@@ -668,7 +669,6 @@ public:
void openHotelDoor();
void blank();
void drinker();
- void nextColon();
void placeFreeObject();
void allPalette();
void adjustRight();