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