SpaceQuakeHulk/Quake/snd_umx.h

13 lines
194 B
C
Raw Permalink Normal View History

2026-03-24 10:46:22 -04: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_ */