vgmstream/unix/vfs.h
2008-05-25 03:56:01 +00:00

7 lines
81 B
C

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