File: snd_vorbis.h

package info (click to toggle)
quakespasm 0.92.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,088 kB
  • ctags: 5,921
  • sloc: ansic: 45,639; sh: 306; makefile: 264
file content (13 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Ogg/Vorbis streaming music support. */

#if !defined(_SND_VORBIS_H_)
#define _SND_VORBIS_H_ 1

#if defined(USE_CODEC_VORBIS)

extern snd_codec_t vorbis_codec;

#endif	/* USE_CODEC_VORBIS */

#endif	/* ! _SND_VORBIS_H_ */