PHYSFS_Io

Undocumented in source.

Members

Variables

destroy
void function(PHYSFS_Io*) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
duplicate
PHYSFS_Io* function(PHYSFS_Io*) duplicate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flush
int function(PHYSFS_Io*) flush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
length
PHYSFS_sint64 function(PHYSFS_Io*) length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
opaque
void* opaque;
Undocumented in source.
read
PHYSFS_sint64 function(PHYSFS_Io*, void*, PHYSFS_uint64) read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tell
PHYSFS_sint64 function(PHYSFS_Io*) tell;
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.
write
PHYSFS_sint64 function(PHYSFS_Io*, const(void)*, PHYSFS_uint64) write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta