mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-17 00:11:23 +00:00
13 lines
220 B
C
13 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_ */
|
|
|