From 83684226c0d4ee56dd87fcd4cce127880ecaea31 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Mon, 21 Apr 2003 20:58:53 +0000 Subject: Applied patch #725152 - Sky Music driver by LavosSpawn svn-id: r7069 --- sky/sky.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sky/sky.h') 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; -- cgit v1.2.3