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 | |
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
-rw-r--r-- | audio/decoders/aiff.h | 1 | ||||
-rw-r--r-- | audio/decoders/quicktime.h | 1 | ||||
-rw-r--r-- | common/macresman.h | 1 | ||||
-rw-r--r-- | graphics/decoders/pict.h | 1 | ||||
-rw-r--r-- | video/qt_decoder.h | 1 |
5 files changed, 5 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 */ diff --git a/common/macresman.h b/common/macresman.h index f334405664..ed74da9cc6 100644 --- a/common/macresman.h +++ b/common/macresman.h @@ -25,6 +25,7 @@ * Macintosh resource fork manager used in engines: * - groovie * - mohawk + * - pegasus * - sci * - scumm */ diff --git a/graphics/decoders/pict.h b/graphics/decoders/pict.h index 417a7c5134..7497e3963f 100644 --- a/graphics/decoders/pict.h +++ b/graphics/decoders/pict.h @@ -24,6 +24,7 @@ * @file * Image decoder used in engines: * - mohawk + * - pegasus * - sci */ diff --git a/video/qt_decoder.h b/video/qt_decoder.h index 71d33711a6..45ab155c2c 100644 --- a/video/qt_decoder.h +++ b/video/qt_decoder.h @@ -53,6 +53,7 @@ class Codec; * * Video decoder used in engines: * - mohawk + * - pegasus * - sci */ class QuickTimeDecoder : public VideoDecoder, public Audio::QuickTimeAudioDecoder { |