quakespasm/source/snd_umx.h

13 lines
194 B
C
Raw Normal View History

2022-02-08 19:06:54 +00:00
/* 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_ */