diff options
Diffstat (limited to 'sound/decoders')
-rw-r--r-- | sound/decoders/adpcm.h | 2 | ||||
-rw-r--r-- | sound/decoders/aiff.h | 1 | ||||
-rw-r--r-- | sound/decoders/flac.h | 2 | ||||
-rw-r--r-- | sound/decoders/mp3.h | 3 | ||||
-rw-r--r-- | sound/decoders/vorbis.h | 2 | ||||
-rw-r--r-- | sound/decoders/wave.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sound/decoders/adpcm.h b/sound/decoders/adpcm.h index d69387f1eb..38ec870a27 100644 --- a/sound/decoders/adpcm.h +++ b/sound/decoders/adpcm.h @@ -27,6 +27,8 @@ * @file * Sound decoder used in engines: * - agos + * - lastexpress + * - mohawk * - saga * - scumm * - tinsel diff --git a/sound/decoders/aiff.h b/sound/decoders/aiff.h index 53f86c95fd..06c56ecd38 100644 --- a/sound/decoders/aiff.h +++ b/sound/decoders/aiff.h @@ -27,6 +27,7 @@ * @file * Sound decoder used in engines: * - saga + * - sci * - sword1 */ diff --git a/sound/decoders/flac.h b/sound/decoders/flac.h index 3c00ec3d5d..17f95ec1fb 100644 --- a/sound/decoders/flac.h +++ b/sound/decoders/flac.h @@ -27,10 +27,12 @@ * @file * Sound decoder used in engines: * - agos + * - draci * - kyra * - m4 * - queen * - saga + * - sci * - scumm * - sword1 * - sword2 diff --git a/sound/decoders/mp3.h b/sound/decoders/mp3.h index ed54c8b013..72bc6e1b3e 100644 --- a/sound/decoders/mp3.h +++ b/sound/decoders/mp3.h @@ -27,10 +27,13 @@ * @file * Sound decoder used in engines: * - agos + * - draci * - kyra * - m4 + * - mohawk * - queen * - saga + * - sci * - scumm * - sword1 * - sword2 diff --git a/sound/decoders/vorbis.h b/sound/decoders/vorbis.h index 0a0cf43bc9..7cc395cccb 100644 --- a/sound/decoders/vorbis.h +++ b/sound/decoders/vorbis.h @@ -27,10 +27,12 @@ * @file * Sound decoder used in engines: * - agos + * - draci * - kyra * - m4 * - queen * - saga + * - sci * - scumm * - sword1 * - sword2 diff --git a/sound/decoders/wave.h b/sound/decoders/wave.h index edd37e7ac9..2bdbe8f0b6 100644 --- a/sound/decoders/wave.h +++ b/sound/decoders/wave.h @@ -28,7 +28,9 @@ * Sound decoder used in engines: * - agos * - gob + * - mohawk * - saga + * - sci * - scumm * - sword1 * - sword2 |