2
0
Fork 0
mirror of https://github.com/Shpoike/Quakespasm.git synced 2025-03-12 12:51:44 +00:00
quakespasm/Quake/snd_modplug.h

12 lines
241 B
C

/* module tracker decoding support using libmodplug */
#if !defined(_SND_MODPLUG_H_)
#define _SND_MODPLUG_H_
#if defined(USE_CODEC_MODPLUG)
extern snd_codec_t modplug_codec;
#endif /* USE_CODEC_MODPLUG */
#endif /* ! _SND_MODPLUG_H_ */