aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/wordcompletion.cpp
diff options
context:
space:
mode:
authorNeil Millstone2008-07-09 16:50:23 +0000
committerNeil Millstone2008-07-09 16:50:23 +0000
commit9f96471f47acdcb7687281a563663cd96e3a0788 (patch)
treef0f77b11db24a1b6ee27e01d2723252c527fae81 /backends/platform/ds/arm9/source/wordcompletion.cpp
parent12cefc4132ddb06ce56efd813c88f50d5e8b19ed (diff)
downloadscummvm-rg350-9f96471f47acdcb7687281a563663cd96e3a0788.tar.gz
scummvm-rg350-9f96471f47acdcb7687281a563663cd96e3a0788.tar.bz2
scummvm-rg350-9f96471f47acdcb7687281a563663cd96e3a0788.zip
DS: Backend changes for new mixer code
svn-id: r32978
Diffstat (limited to 'backends/platform/ds/arm9/source/wordcompletion.cpp')
-rw-r--r--backends/platform/ds/arm9/source/wordcompletion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/wordcompletion.cpp b/backends/platform/ds/arm9/source/wordcompletion.cpp
index 9eeeb62410..ff52572a40 100644
--- a/backends/platform/ds/arm9/source/wordcompletion.cpp
+++ b/backends/platform/ds/arm9/source/wordcompletion.cpp
@@ -1,6 +1,6 @@
#include "wordcompletion.h"
-#include "engines/agi/agi.h"
#include "osystem_ds.h"
+#include "engines/agi/agi.h" // Caution for #define for NUM_CHANNELS, causes problems in mixer_intern.h
#ifdef ENABLE_AGI