- PHYSFS_EnumFilesCallback
alias PHYSFS_EnumFilesCallback = void function(void*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_ErrorCode
alias PHYSFS_ErrorCode = int
Undocumented in source.
- PHYSFS_FileType
alias PHYSFS_FileType = int
Undocumented in source.
- PHYSFS_StringCallback
alias PHYSFS_StringCallback = void function(void*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_sint16
alias PHYSFS_sint16 = short
Undocumented in source.
- PHYSFS_sint32
alias PHYSFS_sint32 = int
Undocumented in source.
- PHYSFS_sint64
alias PHYSFS_sint64 = long
Undocumented in source.
- PHYSFS_sint8
alias PHYSFS_sint8 = byte
Undocumented in source.
- PHYSFS_uint16
alias PHYSFS_uint16 = ushort
Undocumented in source.
- PHYSFS_uint32
alias PHYSFS_uint32 = uint
Undocumented in source.
- PHYSFS_uint64
alias PHYSFS_uint64 = ulong
Undocumented in source.
- PHYSFS_uint8
alias PHYSFS_uint8 = ubyte
Undocumented in source.
- UnmountCallback
alias UnmountCallback = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.