aboutsummaryrefslogtreecommitdiff
path: root/sound/adpcm.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-12-29 23:20:23 +0000
committerEugene Sandulenko2009-12-29 23:20:23 +0000
commitfb8ecae7f1904f9d992ce3a01356febcd94d9e36 (patch)
treece5c3960a99c07d4cc8d6b803b49cf17f213e07e /sound/adpcm.h
parent0ea022d076c491d802431ee90b658d5e8c06d0e0 (diff)
downloadscummvm-rg350-fb8ecae7f1904f9d992ce3a01356febcd94d9e36.tar.gz
scummvm-rg350-fb8ecae7f1904f9d992ce3a01356febcd94d9e36.tar.bz2
scummvm-rg350-fb8ecae7f1904f9d992ce3a01356febcd94d9e36.zip
Add Mohawk engine code. Part 2/3: common code changes.
svn-id: r46728
Diffstat (limited to 'sound/adpcm.h')
-rw-r--r--sound/adpcm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/adpcm.h b/sound/adpcm.h
index 7801c5691b..48d003ae78 100644
--- a/sound/adpcm.h
+++ b/sound/adpcm.h
@@ -55,7 +55,8 @@ enum typesADPCM {
kADPCMTinsel4, // 4-bit ADPCM used by the Tinsel engine
kADPCMTinsel6, // 6-bit ADPCM used by the Tinsel engine
kADPCMTinsel8, // 8-bit ADPCM used by the Tinsel engine
- kADPCMIma // Standard IMA ADPCM
+ kADPCMIma, // Standard IMA ADPCM
+ kADPCMApple // Apple QuickTime IMA ADPCM
};
/**