/* Ogg/Vorbis streaming music support. */ #ifndef spingle__snd_vorbis_h #define spingle__snd_vorbis_h #if defined(USE_CODEC_VORBIS) extern snd_codec_t vorbis_codec; #endif /* USE_CODEC_VORBIS */ #endif