spingle/source/snd_opus.h

13 lines
192 B
C

/* Ogg/Opus streaming music support. */
#ifndef spingle__snd_opus
#define spingle__snd_opus
#if defined(USE_CODEC_OPUS)
extern snd_codec_t opus_codec;
#endif /* USE_CODEC_OPUS */
#endif