mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef __VFS__
|
|
#define __VFS__
|
|
|
|
STREAMFILE *open_vfs(const char *path);
|
|
|
|
#endif
|