File: snd_vorbis.h

package info (click to toggle)
quakespasm 0.93.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,672 kB
  • sloc: ansic: 52,034; sh: 306; makefile: 263
file content (13 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (10)
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_ */