aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
authorMax Horn2002-08-29 23:45:15 +0000
committerMax Horn2002-08-29 23:45:15 +0000
commit41c2d6fba344f8688b9462371f13727053ccd890 (patch)
tree687cdd692a2aba7ac85214a6066824fc14456d12 /scumm/costume.cpp
parent4b83c17b31eaab340c8eccee2f64cd68e6c6feb8 (diff)
downloadscummvm-rg350-41c2d6fba344f8688b9462371f13727053ccd890.tar.gz
scummvm-rg350-41c2d6fba344f8688b9462371f13727053ccd890.tar.bz2
scummvm-rg350-41c2d6fba344f8688b9462371f13727053ccd890.zip
sound system cleanup
svn-id: r4867
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 2ee0a2afc8..2b6b5447de 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -24,6 +24,7 @@
#include "scumm.h"
#include "actor.h"
#include "costume.h"
+#include "scumm/sound.h"
const byte revBitMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };