mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
13 lines
194 B
C
13 lines
194 B
C
|
/* 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_ */
|
||
|
|