spingle/source/snd_umx.h

8 lines
125 B
C
Raw Normal View History

2019-11-24 20:45:15 -08:00
/* Unreal UMX format support */
2019-12-02 07:00:56 -08:00
#ifndef spingle__snd_umx_h
#define spingle__snd_umx_h
2019-11-24 20:45:15 -08:00
extern snd_codec_t umx_codec;
2019-12-02 07:00:56 -08:00
#endif