aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-06-05 01:32:39 +0200
committerTorbjörn Andersson2015-06-05 01:32:39 +0200
commit34261b3fce6f5ce48754eed9c5a8c961afde1551 (patch)
tree4e718bb504e4fa4a3667c76e147bc49b93f4c762 /audio/decoders
parentfd6da47906ed8cbb7fa96ea56aaf352bd103f6b3 (diff)
downloadscummvm-rg350-34261b3fce6f5ce48754eed9c5a8c961afde1551.tar.gz
scummvm-rg350-34261b3fce6f5ce48754eed9c5a8c961afde1551.tar.bz2
scummvm-rg350-34261b3fce6f5ce48754eed9c5a8c961afde1551.zip
AUDIO: Update list of engines that use wave.h
Diffstat (limited to 'audio/decoders')
-rw-r--r--audio/decoders/wave.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/decoders/wave.h b/audio/decoders/wave.h
index 1dcaefd845..f6ce3466e8 100644
--- a/audio/decoders/wave.h
+++ b/audio/decoders/wave.h
@@ -23,15 +23,22 @@
/**
* @file
* Sound decoder used in engines:
+ * - access
* - agos
+ * - cge2
* - gob
+ * - hopkins
* - mohawk
+ * - prince
* - saga
* - sci
* - scumm
+ * - sherlock
* - sword1
* - sword2
+ * - tony
* - tucker
+ * - zvision
*/
#ifndef AUDIO_WAVE_H