- closeArchive
void function(void*) closeArchive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- enumerateFiles
void function(void*, const(char)*, PHYSFS_EnumFilesCallback, const(char)*, void*) enumerateFiles;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- info
PHYSFS_ArchiveInfo info;
Undocumented in source.
- mkdir
int function(void*, const(char)*) mkdir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openAppend
PHYSFS_Io* function(void*, const(char)*) openAppend;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openArchive
void* function(PHYSFS_Io*, const(char)*, int) openArchive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openRead
PHYSFS_Io* function(void*, const(char)*) openRead;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openWrite
PHYSFS_Io* function(void*, const(char)*) openWrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- remove
int function(void*, const(char)*) remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stat
int function(void*, const(char)*, PHYSFS_Stat*) stat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- version_
PHYSFS_uint32 version_;
Undocumented in source.