derelict.physfs.types

Undocumented in source.

Members

Aliases

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.

Enums

PHYSFS_ERR_OK
anonymousenum PHYSFS_ERR_OK
Undocumented in source.
PHYSFS_FILETYPE_REGULAR
anonymousenum PHYSFS_FILETYPE_REGULAR
Undocumented in source.

Functions

PHYSFS_VERSION
void PHYSFS_VERSION(PHYSFS_Version* x)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PHYSFS_Allocator
struct PHYSFS_Allocator
Undocumented in source.
PHYSFS_ArchiveInfo
struct PHYSFS_ArchiveInfo
Undocumented in source.
PHYSFS_Archiver
struct PHYSFS_Archiver
Undocumented in source.
PHYSFS_File
struct PHYSFS_File
Undocumented in source.
PHYSFS_Io
struct PHYSFS_Io
Undocumented in source.
PHYSFS_Stat
struct PHYSFS_Stat
Undocumented in source.
PHYSFS_Version
struct PHYSFS_Version
Undocumented in source.

Variables

PHYSFS_VERSION_MAJOR
enum ubyte PHYSFS_VERSION_MAJOR;
Undocumented in source.
PHYSFS_VERSION_MINOR
enum ubyte PHYSFS_VERSION_MINOR;
Undocumented in source.
PHYSFS_VERSION_PATCH
enum ubyte PHYSFS_VERSION_PATCH;
Undocumented in source.

Meta