aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
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 4a01c729d2..c930fe7347 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -45,6 +45,7 @@
#include "avalanche/acci.h"
#include "avalanche/menu.h"
#include "avalanche/closing.h"
+#include "avalanche/sound.h"
#include "common/serializer.h"
@@ -80,6 +81,7 @@ public:
Acci *_acci;
Menu *_menu;
Closing *_closing;
+ SoundHandler *_sound;
OSystem *_system;