aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorJoost Peters2003-04-21 20:58:53 +0000
committerJoost Peters2003-04-21 20:58:53 +0000
commit83684226c0d4ee56dd87fcd4cce127880ecaea31 (patch)
treed898042e7a12d6e4fe5d2d0c05b2441b6b378892 /sky/sky.h
parent93e28c81ff88376132bc40acea3fdb15416a6128 (diff)
downloadscummvm-rg350-83684226c0d4ee56dd87fcd4cce127880ecaea31.tar.gz
scummvm-rg350-83684226c0d4ee56dd87fcd4cce127880ecaea31.tar.bz2
scummvm-rg350-83684226c0d4ee56dd87fcd4cce127880ecaea31.zip
Applied patch #725152 - Sky Music driver by LavosSpawn
svn-id: r7069
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/sky.h b/sky/sky.h
index 9386f79e7c..24d9ec5e7d 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -30,6 +30,7 @@
#include "sky/sound.h"
#include "sky/text.h"
#include "sky/disk.h"
+#include "sky/skymusic.h"
class SkyState : public Engine {
void errorString(const char *buf_input, char *buf_output);
@@ -67,6 +68,7 @@ protected:
SkySound *_sound;
SkyDisk *_skyDisk;
+ SkyMusic *_music;
byte *_workScreen;
byte *_backScreen;