diff options
author | Johannes Schickel | 2016-03-29 18:24:14 +0200 |
---|---|---|
committer | Johannes Schickel | 2016-03-29 18:24:14 +0200 |
commit | 244e143e61678d1adb19f2864cec34f868aaf44e (patch) | |
tree | a341848334a86f8459727817e15da2fb742451a1 | |
parent | 1bca15f95e4886000ef983bc205c2747afba3492 (diff) | |
parent | 914537ab52b85e504919407479cb74db905f2b1f (diff) | |
download | scummvm-rg350-244e143e61678d1adb19f2864cec34f868aaf44e.tar.gz scummvm-rg350-244e143e61678d1adb19f2864cec34f868aaf44e.tar.bz2 scummvm-rg350-244e143e61678d1adb19f2864cec34f868aaf44e.zip |
Merge pull request #729 from tobiatesan/mark_ogg
JANITORIAL: Mark audio/decoders/vorbis as: used in Wintermute
-rw-r--r-- | audio/decoders/vorbis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/decoders/vorbis.h b/audio/decoders/vorbis.h index 2b9f6c3df9..49f770269b 100644 --- a/audio/decoders/vorbis.h +++ b/audio/decoders/vorbis.h @@ -35,6 +35,7 @@ * - sword25 * - touche * - tucker + * - wintermute */ #ifndef AUDIO_VORBIS_H |