mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
17 lines
460 B
C
17 lines
460 B
C
#ifndef _XMP_VGMSTREAM_
|
|
#define _XMP_VGMSTREAM_
|
|
|
|
#include "xmpin.h"
|
|
#include "xmpfunc.h"
|
|
#include "../src/vgmstream.h"
|
|
#include "../src/api.h"
|
|
|
|
|
|
STREAMFILE* open_xmplay_streamfile_by_xmpfile(XMPFILE infile, XMPFUNC_FILE* xmpf_file, const char* path, bool internal);
|
|
|
|
char* get_tags_from_filepath_info(VGMSTREAM* infostream, XMPFUNC_MISC* xmpf_misc, const char* filepath);
|
|
|
|
void build_extension_list(char* extension_list, int list_size, DWORD version);
|
|
|
|
#endif
|