warzone2100/lib/sound
Dennis Schridde 9d4a007121 More inlining and const
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1703 4a71c877-e1ca-e34f-864e-861f7616d084
2007-05-25 17:58:23 +00:00
..
Makefile.am * move OggVorbis decoding functionality to oggvorbis.[ch] 2007-04-30 17:58:27 +00:00
Makefile.raw * move OggVorbis decoding functionality to oggvorbis.[ch] 2007-04-30 17:58:27 +00:00
aud.h
audio.c Some residual cleanup, including fixing an erronous static 2007-05-06 20:20:45 +00:00
audio.h
audio_id.c
audio_id.h
cdaudio.c * Use a forward declaration of `struct OggVorbisDecoderState` instead of a dual typedef (one typedef as void for external functions, one as the struct for the implementation file), only to allow us to take pointers to it 2007-05-25 14:56:18 +00:00
cdaudio.h * Utilize OggVorbis decoding function from oggvorbis.[ch] instead of own implementation 2007-05-01 01:08:48 +00:00
mixer.h
oggvorbis.c More inlining and const 2007-05-25 17:58:23 +00:00
oggvorbis.h * Use a forward declaration of `struct OggVorbisDecoderState` instead of a dual typedef (one typedef as void for external functions, one as the struct for the implementation file), only to allow us to take pointers to it 2007-05-25 14:56:18 +00:00
openal_track.c * Use a forward declaration of `struct OggVorbisDecoderState` instead of a dual typedef (one typedef as void for external functions, one as the struct for the implementation file), only to allow us to take pointers to it 2007-05-25 14:56:18 +00:00
playlist.c
playlist.h
track.c
track.h
tracklib.h