mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
7 lines
80 B
C
7 lines
80 B
C
#ifndef __EXTS__
|
|
#define __EXTS__
|
|
|
|
extern const char *vgmstream_exts[];
|
|
|
|
#endif
|