diff options
author | Torbjörn Andersson | 2015-06-05 01:37:02 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2015-06-05 01:37:02 +0200 |
commit | e71553af3b40b505b0d668d0cf43c41c170d5d2c (patch) | |
tree | 2cf318f7f3976c41dcb1526b4a28aa501bc340bd /audio/decoders | |
parent | 34261b3fce6f5ce48754eed9c5a8c961afde1551 (diff) | |
download | scummvm-rg350-e71553af3b40b505b0d668d0cf43c41c170d5d2c.tar.gz scummvm-rg350-e71553af3b40b505b0d668d0cf43c41c170d5d2c.tar.bz2 scummvm-rg350-e71553af3b40b505b0d668d0cf43c41c170d5d2c.zip |
AUDIO: Add more engines that use wave.h that I missed before.
Diffstat (limited to 'audio/decoders')
-rw-r--r-- | audio/decoders/wave.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/decoders/wave.h b/audio/decoders/wave.h index f6ce3466e8..6bc9f72101 100644 --- a/audio/decoders/wave.h +++ b/audio/decoders/wave.h @@ -25,7 +25,9 @@ * Sound decoder used in engines: * - access * - agos + * - cge * - cge2 + * - fullpipe * - gob * - hopkins * - mohawk @@ -38,6 +40,7 @@ * - sword2 * - tony * - tucker + * - wintermute * - zvision */ |