spingle/source/snd_vorbis.h

13 lines
208 B
C
Raw Normal View History

2019-11-24 20:45:15 -08:00
/* Ogg/Vorbis streaming music support. */
2019-12-02 07:00:56 -08:00
#ifndef spingle__snd_vorbis_h
#define spingle__snd_vorbis_h
2019-11-24 20:45:15 -08:00
#if defined(USE_CODEC_VORBIS)
extern snd_codec_t vorbis_codec;
2019-11-25 17:40:18 -08:00
#endif /* USE_CODEC_VORBIS */
2019-11-24 20:45:15 -08:00
2019-12-02 07:00:56 -08:00
#endif