aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
diff options
context:
space:
mode:
authorEugene Sandulenko2009-03-08 15:57:59 +0000
committerEugene Sandulenko2009-03-08 15:57:59 +0000
commitef1e3ebc3c4d173704ca76cc82f0e3a09a84db86 (patch)
treeafd1fec2277fc8cdab36bcb5b4e2982620c64d0c /sound/mods
parent44f479c82ead58dafbf1de4d3ab437e28cec3a86 (diff)
downloadscummvm-rg350-ef1e3ebc3c4d173704ca76cc82f0e3a09a84db86.tar.gz
scummvm-rg350-ef1e3ebc3c4d173704ca76cc82f0e3a09a84db86.tar.bz2
scummvm-rg350-ef1e3ebc3c4d173704ca76cc82f0e3a09a84db86.zip
Patch #2658710: "Add comments to specify which engines use which decoders"
svn-id: r39236
Diffstat (limited to 'sound/mods')
-rw-r--r--sound/mods/infogrames.h5
-rw-r--r--sound/mods/protracker.h6
-rw-r--r--sound/mods/rjp1.h5
-rw-r--r--sound/mods/soundfx.h5
4 files changed, 21 insertions, 0 deletions
diff --git a/sound/mods/infogrames.h b/sound/mods/infogrames.h
index d44ea0475c..56473e5d84 100644
--- a/sound/mods/infogrames.h
+++ b/sound/mods/infogrames.h
@@ -23,6 +23,11 @@
*
*/
+/**
+ * Sound decoder used in engines:
+ * - gob
+ */
+
#ifndef SOUND_MODS_INFOGRAMES_H
#define SOUND_MODS_INFOGRAMES_H
diff --git a/sound/mods/protracker.h b/sound/mods/protracker.h
index ab3e042475..6b0af912e9 100644
--- a/sound/mods/protracker.h
+++ b/sound/mods/protracker.h
@@ -23,6 +23,12 @@
*
*/
+/**
+ * Sound decoder used in engines:
+ * - agos
+ * - parallaction
+ */
+
#ifndef SOUND_MODS_PROTRACKER_H
#define SOUND_MODS_PROTRACKER_H
diff --git a/sound/mods/rjp1.h b/sound/mods/rjp1.h
index 9a4947456e..7b5c2a14cd 100644
--- a/sound/mods/rjp1.h
+++ b/sound/mods/rjp1.h
@@ -23,6 +23,11 @@
*
*/
+/**
+ * Sound decoder used in engines:
+ * - queen
+ */
+
#ifndef SOUND_MODS_RJP1_H
#define SOUND_MODS_RJP1_H
diff --git a/sound/mods/soundfx.h b/sound/mods/soundfx.h
index f94bd59f15..6b94ebf62f 100644
--- a/sound/mods/soundfx.h
+++ b/sound/mods/soundfx.h
@@ -21,6 +21,11 @@
*
*/
+/**
+ * Sound decoder used in engines:
+ * - cine
+ */
+
#ifndef SOUND_MODS_SOUNDFX_H
#define SOUND_MODS_SOUNDFX_H