File: snd_wave.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-- 203 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* WAV streaming music support. */

#if !defined(_SND_WAVE_H_)
#define _SND_WAVE_H_

#if defined(USE_CODEC_WAVE)

extern snd_codec_t wav_codec;

#endif	/* USE_CODEC_WAVE */

#endif	/* ! _SND_WAVE_H_ */