aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/sound.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-27 09:03:10 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:09 +0100
commit89a5208a58500ab12ccfb7893abf67add4afc0e9 (patch)
tree98d6593cb6c3fd57e7a89d60ff26b9360e925e02 /engines/toltecs/sound.h
parent16baa44a2fa60170858b138d77b74944121247e6 (diff)
downloadscummvm-rg350-89a5208a58500ab12ccfb7893abf67add4afc0e9.tar.gz
scummvm-rg350-89a5208a58500ab12ccfb7893abf67add4afc0e9.tar.bz2
scummvm-rg350-89a5208a58500ab12ccfb7893abf67add4afc0e9.zip
TOLTECS: Fixed compilation with the latest trunk changes.
This change also unveiled a serious problem: the same include files are used EVERYWHERE (e.g. code manipulating the screen is using sound includes). Added a FIXME concerning this
Diffstat (limited to 'engines/toltecs/sound.h')
-rw-r--r--engines/toltecs/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/sound.h b/engines/toltecs/sound.h
index 7552d85ae8..1f82378ed9 100644
--- a/engines/toltecs/sound.h
+++ b/engines/toltecs/sound.h
@@ -37,8 +37,8 @@
#include "sound/audiostream.h"
#include "sound/mixer.h"
-#include "sound/voc.h"
#include "sound/audiocd.h"
+#include "sound/decoders/voc.h"
#include "engines/engine.h"