aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-05-28 23:31:43 +0000
committerRobert Göffringmann2003-05-28 23:31:43 +0000
commit2186ad138b1c6842c1ae2bf25cc55d75002cdb72 (patch)
treeadf574f5a4e1a8648a04881a2b6c2f3abec288b1 /sky/sky.h
parentb4ee5004d71de2c8ee381d623b860fbff9383c27 (diff)
downloadscummvm-rg350-2186ad138b1c6842c1ae2bf25cc55d75002cdb72.tar.gz
scummvm-rg350-2186ad138b1c6842c1ae2bf25cc55d75002cdb72.tar.bz2
scummvm-rg350-2186ad138b1c6842c1ae2bf25cc55d75002cdb72.zip
moved music drivers into seperated directory, added music support for diskdemo's adlib driver version.
(maybe other sky versions also have this older adlib driver?) svn-id: r8069
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sky/sky.h b/sky/sky.h
index c5b0c05d8d..de56ca29b7 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -33,10 +33,10 @@
#include "sky/struc.h"
#include "sky/grid.h"
#include "sky/screen.h"
-#include "sky/musicbase.h"
-#include "sky/adlibmusic.h"
-#include "sky/gmmusic.h"
-#include "sky/mt32music.h"
+#include "sky/music/musicbase.h"
+#include "sky/music/adlibmusic.h"
+#include "sky/music/gmmusic.h"
+#include "sky/music/mt32music.h"
#include "sky/mouse.h"
class SkyLogic;