aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authoruruk2014-01-30 12:19:14 +0100
committeruruk2014-01-30 12:19:23 +0100
commit87338af76bae49b439e0a5891a48b44f7f8f71b9 (patch)
tree522cbb0b9a7249c8b4b32a332aeeea78a5e6f813 /engines/avalanche/avalanche.h
parent6c2ce625d86e81af3b351c59d1b8ea5c7cede625 (diff)
downloadscummvm-rg350-87338af76bae49b439e0a5891a48b44f7f8f71b9.tar.gz
scummvm-rg350-87338af76bae49b439e0a5891a48b44f7f8f71b9.tar.bz2
scummvm-rg350-87338af76bae49b439e0a5891a48b44f7f8f71b9.zip
AVALANCHE: Add Ghostroom's skeleton.
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index fe13fa8d9e..0e19d7cfe2 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -43,6 +43,7 @@
#include "avalanche/sound.h"
#include "avalanche/nim.h"
#include "avalanche/clock.h"
+#include "avalanche/ghostroom.h"
#include "common/serializer.h"
@@ -87,6 +88,7 @@ public:
Closing *_closing;
SoundHandler *_sound;
Nim *_nim;
+ GhostRoom *_ghostroom;
OSystem *_system;