vgmstream/audacious/vfs.h

7 lines
81 B
C

#ifndef __VFS__
#define __VFS__
STREAMFILE *open_vfs(const char *path);
#endif