mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
882eaf0814
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@198 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
7 lines
81 B
C
7 lines
81 B
C
#ifndef __VFS__
|
|
#define __VFS__
|
|
|
|
STREAMFILE *open_vfs(const char *path);
|
|
|
|
#endif
|