diff options
author | Matthew Hoops | 2012-08-31 22:26:02 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-08-31 22:26:02 -0400 |
commit | 2f9b1b67b08f1b70cd95795aaf7816ca7f991649 (patch) | |
tree | aaa6c94743a938615444fa1fd0b2b61ac5a0ec08 /audio/decoders | |
parent | 1043283e535a3870b557ef428223a99e9e3b5be5 (diff) | |
download | scummvm-rg350-2f9b1b67b08f1b70cd95795aaf7816ca7f991649.tar.gz scummvm-rg350-2f9b1b67b08f1b70cd95795aaf7816ca7f991649.tar.bz2 scummvm-rg350-2f9b1b67b08f1b70cd95795aaf7816ca7f991649.zip |
ALL: Mark off some things as used by Pegasus
Diffstat (limited to 'audio/decoders')
-rw-r--r-- | audio/decoders/aiff.h | 1 | ||||
-rw-r--r-- | audio/decoders/quicktime.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/decoders/aiff.h b/audio/decoders/aiff.h index 59664bb85a..afcdb6ae6c 100644 --- a/audio/decoders/aiff.h +++ b/audio/decoders/aiff.h @@ -23,6 +23,7 @@ /** * @file * Sound decoder used in engines: + * - pegasus * - saga * - sci * - sword1 diff --git a/audio/decoders/quicktime.h b/audio/decoders/quicktime.h index 4dd1a57710..4c0b93488e 100644 --- a/audio/decoders/quicktime.h +++ b/audio/decoders/quicktime.h @@ -25,6 +25,7 @@ * Sound decoder used in engines: * - groovie * - mohawk + * - pegasus * - sci */ |