aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
diff options
context:
space:
mode:
authorFilippos Karapetis2010-06-23 15:23:37 +0000
committerFilippos Karapetis2010-06-23 15:23:37 +0000
commit0a102981f004733c9e7956ae58b4d0050db38e2b (patch)
treef567ba774be2fc107f1424d28fcb9b27e6b66907 /engines/sci/sound
parentdb6c7a3deee4f9e312c8dcead3e7e32baddf4166 (diff)
downloadscummvm-rg350-0a102981f004733c9e7956ae58b4d0050db38e2b.tar.gz
scummvm-rg350-0a102981f004733c9e7956ae58b4d0050db38e2b.tar.bz2
scummvm-rg350-0a102981f004733c9e7956ae58b4d0050db38e2b.zip
Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process
svn-id: r50183
Diffstat (limited to 'engines/sci/sound')
-rw-r--r--engines/sci/sound/soundcmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp
index 6470b17e83..043f2b8516 100644
--- a/engines/sci/sound/soundcmd.cpp
+++ b/engines/sci/sound/soundcmd.cpp
@@ -34,6 +34,7 @@
#include "sci/sound/music.h"
#include "sci/sound/soundcmd.h"
+#include "sci/engine/kernel.h"
#include "sci/engine/selector.h"
namespace Sci {