mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
14 lines
220 B
C
14 lines
220 B
C
|
/* Ogg/Vorbis streaming music support. */
|
||
|
|
||
|
#if !defined(_SND_VORBIS_H_)
|
||
|
#define _SND_VORBIS_H_
|
||
|
|
||
|
#if defined(USE_CODEC_VORBIS)
|
||
|
|
||
|
extern snd_codec_t ogg_codec;
|
||
|
|
||
|
#endif /* USE_CODEC_VORBIS */
|
||
|
|
||
|
#endif /* ! _SND_VORBIS_H_ */
|
||
|
|