File: snd_umx.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 (12 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/* Unreal UMX format support */
#if !defined(_SND_UMX_H_)
#define _SND_UMX_H_

#if defined(USE_CODEC_UMX)

extern snd_codec_t umx_codec;

#endif	/* USE_CODEC_UMX */

#endif	/* ! _SND_UMX_H_ */