aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorstrangerke2011-02-20 10:37:41 +0100
committerstrangerke2011-02-20 10:37:41 +0100
commitc9223b9b9b65242ed41906f960c5d2017a8e1ea5 (patch)
treeca7e0a8134c23e975b162cdb1d0b903a1489f062 /engines/hugo/hugo.h
parenta92528636193220d29dcc75e5b4899a1e80cfa5f (diff)
downloadscummvm-rg350-c9223b9b9b65242ed41906f960c5d2017a8e1ea5.tar.gz
scummvm-rg350-c9223b9b9b65242ed41906f960c5d2017a8e1ea5.tar.bz2
scummvm-rg350-c9223b9b9b65242ed41906f960c5d2017a8e1ea5.zip
HUGO: Some more refactoring
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 239b20fab5..45d2dc4dd4 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -251,6 +251,9 @@ public:
uint16 _take;
uint16 _drop;
+ maze_t _maze; // Maze control structure
+ hugo_boot_t _boot; // Boot info structure
+
GUI::Debugger *getDebugger();
Common::RandomSource *_rnd;
@@ -269,7 +272,7 @@ public:
Common::Platform getPlatform() const;
bool isPacked() const;
- // Temporary, until the engine is fully objectified.
+ // Used by the qsort function
static HugoEngine &get() {
assert(s_Engine != 0);
return *s_Engine;