derelict.physfs.physfs

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.
da_PHYSFS_addToSearchPath
alias da_PHYSFS_addToSearchPath = int function(const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_close
alias da_PHYSFS_close = int function(PHYSFS_File*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_deinit
alias da_PHYSFS_deinit = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_delete
alias da_PHYSFS_delete = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_deregisterArchiver
alias da_PHYSFS_deregisterArchiver = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_enumerateFiles
alias da_PHYSFS_enumerateFiles = char** function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_enumerateFilesCallback
alias da_PHYSFS_enumerateFilesCallback = void function(const(char)*, PHYSFS_EnumFilesCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_eof
alias da_PHYSFS_eof = int function(PHYSFS_File*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_exists
alias da_PHYSFS_exists = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_fileLength
alias da_PHYSFS_fileLength = PHYSFS_sint64 function(PHYSFS_File*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_flush
alias da_PHYSFS_flush = int function(PHYSFS_File*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_freeList
alias da_PHYSFS_freeList = 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.
da_PHYSFS_getAllocator
alias da_PHYSFS_getAllocator = const(PHYSFS_Allocator)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getBaseDir
alias da_PHYSFS_getBaseDir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getCdRomDirs
alias da_PHYSFS_getCdRomDirs = char** function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getCdRomDirsCallback
alias da_PHYSFS_getCdRomDirsCallback = void function(PHYSFS_StringCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getDirSeparator
alias da_PHYSFS_getDirSeparator = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getErrorByCode
alias da_PHYSFS_getErrorByCode = const(char)* function(PHYSFS_ErrorCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getLastError
alias da_PHYSFS_getLastError = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getLastErrorCode
alias da_PHYSFS_getLastErrorCode = PHYSFS_ErrorCode function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getLastModTime
alias da_PHYSFS_getLastModTime = PHYSFS_sint64 function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getLinkedVersion
alias da_PHYSFS_getLinkedVersion = void function(PHYSFS_Version*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getMountPoint
alias da_PHYSFS_getMountPoint = const(char)* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getPrefDir
alias da_PHYSFS_getPrefDir = const(char)* function(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.
da_PHYSFS_getRealDir
alias da_PHYSFS_getRealDir = const(char)* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getSearchPath
alias da_PHYSFS_getSearchPath = char** function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getSearchPathCallback
alias da_PHYSFS_getSearchPathCallback = void function(PHYSFS_StringCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getUserDir
alias da_PHYSFS_getUserDir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_getWriteDir
alias da_PHYSFS_getWriteDir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_init
alias da_PHYSFS_init = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_isDirectory
alias da_PHYSFS_isDirectory = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_isInit
alias da_PHYSFS_isInit = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_isSymbolicLink
alias da_PHYSFS_isSymbolicLink = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_mkdir
alias da_PHYSFS_mkdir = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_mount
alias da_PHYSFS_mount = int function(const(char)*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_mountHandle
alias da_PHYSFS_mountHandle = int function(PHYSFS_File*, const(char)*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_mountIo
alias da_PHYSFS_mountIo = int function(PHYSFS_Io*, const(char)*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_mountMemory
alias da_PHYSFS_mountMemory = int function(const(void)*, PHYSFS_uint64, UnmountCallback, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_openAppend
alias da_PHYSFS_openAppend = PHYSFS_File* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_openRead
alias da_PHYSFS_openRead = PHYSFS_File* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_openWrite
alias da_PHYSFS_openWrite = PHYSFS_File* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_permitSymbolicLinks
alias da_PHYSFS_permitSymbolicLinks = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_read
alias da_PHYSFS_read = PHYSFS_sint64 function(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readBytes
alias da_PHYSFS_readBytes = PHYSFS_sint64 function(PHYSFS_File*, void*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readSBE16
alias da_PHYSFS_readSBE16 = int function(PHYSFS_File*, PHYSFS_sint16*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readSBE32
alias da_PHYSFS_readSBE32 = int function(PHYSFS_File*, PHYSFS_sint32*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readSBE64
alias da_PHYSFS_readSBE64 = int function(PHYSFS_File*, PHYSFS_sint64*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readSLE16
alias da_PHYSFS_readSLE16 = int function(PHYSFS_File*, PHYSFS_sint16*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readSLE32
alias da_PHYSFS_readSLE32 = int function(PHYSFS_File*, PHYSFS_sint32*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readSLE64
alias da_PHYSFS_readSLE64 = int function(PHYSFS_File*, PHYSFS_sint64*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readUBE16
alias da_PHYSFS_readUBE16 = int function(PHYSFS_File*, PHYSFS_uint16*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readUBE32
alias da_PHYSFS_readUBE32 = int function(PHYSFS_File*, PHYSFS_uint32*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readUBE64
alias da_PHYSFS_readUBE64 = int function(PHYSFS_File*, PHYSFS_uint64*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readULE16
alias da_PHYSFS_readULE16 = int function(PHYSFS_File*, PHYSFS_uint16*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readULE32
alias da_PHYSFS_readULE32 = int function(PHYSFS_File*, PHYSFS_uint32*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_readULE64
alias da_PHYSFS_readULE64 = int function(PHYSFS_File*, PHYSFS_uint64*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_registerArchiver
alias da_PHYSFS_registerArchiver = int function(const(PHYSFS_Archiver)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_removeFromSearchPath
alias da_PHYSFS_removeFromSearchPath = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_seek
alias da_PHYSFS_seek = int function(PHYSFS_File*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_setAllocator
alias da_PHYSFS_setAllocator = int function(const(PHYSFS_Allocator)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_setBuffer
alias da_PHYSFS_setBuffer = int function(PHYSFS_File*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_setErrorCode
alias da_PHYSFS_setErrorCode = void function(PHYSFS_ErrorCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_setSaneConfig
alias da_PHYSFS_setSaneConfig = int function(const(char)*, const(char)*, const(char)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_setWriteDir
alias da_PHYSFS_setWriteDir = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_stat
alias da_PHYSFS_stat = int function(const(char)*, PHYSFS_Stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_supportedArchiveTypes
alias da_PHYSFS_supportedArchiveTypes = const(PHYSFS_ArchiveInfo*)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapSBE16
alias da_PHYSFS_swapSBE16 = PHYSFS_sint16 function(PHYSFS_sint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapSBE32
alias da_PHYSFS_swapSBE32 = PHYSFS_sint32 function(PHYSFS_sint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapSBE64
alias da_PHYSFS_swapSBE64 = PHYSFS_sint64 function(PHYSFS_sint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapSLE16
alias da_PHYSFS_swapSLE16 = PHYSFS_sint16 function(PHYSFS_sint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapSLE32
alias da_PHYSFS_swapSLE32 = PHYSFS_sint32 function(PHYSFS_sint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapSLE64
alias da_PHYSFS_swapSLE64 = PHYSFS_sint64 function(PHYSFS_sint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapUBE16
alias da_PHYSFS_swapUBE16 = PHYSFS_uint16 function(PHYSFS_uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapUBE32
alias da_PHYSFS_swapUBE32 = PHYSFS_uint32 function(PHYSFS_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapUBE64
alias da_PHYSFS_swapUBE64 = PHYSFS_sint64 function(PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapULE16
alias da_PHYSFS_swapULE16 = PHYSFS_uint16 function(PHYSFS_uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapULE32
alias da_PHYSFS_swapULE32 = PHYSFS_uint32 function(PHYSFS_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_swapULE64
alias da_PHYSFS_swapULE64 = PHYSFS_uint64 function(PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_symbolicLinksPermitted
alias da_PHYSFS_symbolicLinksPermitted = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_tell
alias da_PHYSFS_tell = PHYSFS_sint64 function(PHYSFS_File*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_unmount
alias da_PHYSFS_unmount = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8FromLatin1
alias da_PHYSFS_utf8FromLatin1 = void function(const(char)*, char*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8FromUcs2
alias da_PHYSFS_utf8FromUcs2 = void function(const(PHYSFS_uint16)*, char*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8FromUcs4
alias da_PHYSFS_utf8FromUcs4 = void function(const(PHYSFS_uint32)*, char*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8FromUtf16
alias da_PHYSFS_utf8FromUtf16 = void function(const(PHYSFS_uint16)*, char*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8ToUcs2
alias da_PHYSFS_utf8ToUcs2 = void function(const(char)*, PHYSFS_uint16*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8ToUcs4
alias da_PHYSFS_utf8ToUcs4 = void function(const(char)*, PHYSFS_uint32*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_utf8ToUtf16
alias da_PHYSFS_utf8ToUtf16 = void function(const(char)*, PHYSFS_uint16*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_write
alias da_PHYSFS_write = PHYSFS_sint64 function(PHYSFS_File*, const(void)*, PHYSFS_uint32, PHYSFS_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeBytes
alias da_PHYSFS_writeBytes = PHYSFS_sint64 function(PHYSFS_File*, const(void)*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeSBE16
alias da_PHYSFS_writeSBE16 = int function(PHYSFS_File*, PHYSFS_sint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeSBE32
alias da_PHYSFS_writeSBE32 = int function(PHYSFS_File*, PHYSFS_sint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeSBE64
alias da_PHYSFS_writeSBE64 = int function(PHYSFS_File*, PHYSFS_sint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeSLE16
alias da_PHYSFS_writeSLE16 = int function(PHYSFS_File*, PHYSFS_sint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeSLE32
alias da_PHYSFS_writeSLE32 = int function(PHYSFS_File*, PHYSFS_sint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeSLE64
alias da_PHYSFS_writeSLE64 = int function(PHYSFS_File*, PHYSFS_sint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeUBE16
alias da_PHYSFS_writeUBE16 = int function(PHYSFS_File*, PHYSFS_uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeUBE32
alias da_PHYSFS_writeUBE32 = int function(PHYSFS_File*, PHYSFS_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeUBE64
alias da_PHYSFS_writeUBE64 = int function(PHYSFS_File*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeULE16
alias da_PHYSFS_writeULE16 = int function(PHYSFS_File*, PHYSFS_uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeULE32
alias da_PHYSFS_writeULE32 = int function(PHYSFS_File*, PHYSFS_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PHYSFS_writeULE64
alias da_PHYSFS_writeULE64 = int function(PHYSFS_File*, PHYSFS_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictPHYSFSLoader
class DerelictPHYSFSLoader
Undocumented in source.

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.

Static variables

DerelictPHYSFS
DerelictPHYSFSLoader DerelictPHYSFS;
Undocumented in source.
PHYSFS_addToSearchPath
da_PHYSFS_addToSearchPath PHYSFS_addToSearchPath;
Undocumented in source.
PHYSFS_close
da_PHYSFS_close PHYSFS_close;
Undocumented in source.
PHYSFS_deinit
da_PHYSFS_deinit PHYSFS_deinit;
Undocumented in source.
PHYSFS_delete
da_PHYSFS_delete PHYSFS_delete;
Undocumented in source.
PHYSFS_deregisterArchiver
da_PHYSFS_deregisterArchiver PHYSFS_deregisterArchiver;
Undocumented in source.
PHYSFS_enumerateFiles
da_PHYSFS_enumerateFiles PHYSFS_enumerateFiles;
Undocumented in source.
PHYSFS_enumerateFilesCallback
da_PHYSFS_enumerateFilesCallback PHYSFS_enumerateFilesCallback;
Undocumented in source.
PHYSFS_eof
da_PHYSFS_eof PHYSFS_eof;
Undocumented in source.
PHYSFS_exists
da_PHYSFS_exists PHYSFS_exists;
Undocumented in source.
PHYSFS_fileLength
da_PHYSFS_fileLength PHYSFS_fileLength;
Undocumented in source.
PHYSFS_flush
da_PHYSFS_flush PHYSFS_flush;
Undocumented in source.
PHYSFS_freeList
da_PHYSFS_freeList PHYSFS_freeList;
Undocumented in source.
PHYSFS_getAllocator
da_PHYSFS_getAllocator PHYSFS_getAllocator;
Undocumented in source.
PHYSFS_getBaseDir
da_PHYSFS_getBaseDir PHYSFS_getBaseDir;
Undocumented in source.
PHYSFS_getCdRomDirs
da_PHYSFS_getCdRomDirs PHYSFS_getCdRomDirs;
Undocumented in source.
PHYSFS_getCdRomDirsCallback
da_PHYSFS_getCdRomDirsCallback PHYSFS_getCdRomDirsCallback;
Undocumented in source.
PHYSFS_getDirSeparator
da_PHYSFS_getDirSeparator PHYSFS_getDirSeparator;
Undocumented in source.
PHYSFS_getErrorByCode
da_PHYSFS_getErrorByCode PHYSFS_getErrorByCode;
Undocumented in source.
PHYSFS_getLastError
da_PHYSFS_getLastError PHYSFS_getLastError;
Undocumented in source.
PHYSFS_getLastErrorCode
da_PHYSFS_getLastErrorCode PHYSFS_getLastErrorCode;
Undocumented in source.
PHYSFS_getLastModTime
da_PHYSFS_getLastModTime PHYSFS_getLastModTime;
Undocumented in source.
PHYSFS_getLinkedVersion
da_PHYSFS_getLinkedVersion PHYSFS_getLinkedVersion;
Undocumented in source.
PHYSFS_getMountPoint
da_PHYSFS_getMountPoint PHYSFS_getMountPoint;
Undocumented in source.
PHYSFS_getPrefDir
da_PHYSFS_getPrefDir PHYSFS_getPrefDir;
Undocumented in source.
PHYSFS_getRealDir
da_PHYSFS_getRealDir PHYSFS_getRealDir;
Undocumented in source.
PHYSFS_getSearchPath
da_PHYSFS_getSearchPath PHYSFS_getSearchPath;
Undocumented in source.
PHYSFS_getSearchPathCallback
da_PHYSFS_getSearchPathCallback PHYSFS_getSearchPathCallback;
Undocumented in source.
PHYSFS_getUserDir
da_PHYSFS_getUserDir PHYSFS_getUserDir;
Undocumented in source.
PHYSFS_getWriteDir
da_PHYSFS_getWriteDir PHYSFS_getWriteDir;
Undocumented in source.
PHYSFS_init
da_PHYSFS_init PHYSFS_init;
Undocumented in source.
PHYSFS_isDirectory
da_PHYSFS_isDirectory PHYSFS_isDirectory;
Undocumented in source.
PHYSFS_isInit
da_PHYSFS_isInit PHYSFS_isInit;
Undocumented in source.
PHYSFS_isSymbolicLink
da_PHYSFS_isSymbolicLink PHYSFS_isSymbolicLink;
Undocumented in source.
PHYSFS_mkdir
da_PHYSFS_mkdir PHYSFS_mkdir;
Undocumented in source.
PHYSFS_mount
da_PHYSFS_mount PHYSFS_mount;
Undocumented in source.
PHYSFS_mountHandle
da_PHYSFS_mountHandle PHYSFS_mountHandle;
Undocumented in source.
PHYSFS_mountIo
da_PHYSFS_mountIo PHYSFS_mountIo;
Undocumented in source.
PHYSFS_mountMemory
da_PHYSFS_mountMemory PHYSFS_mountMemory;
Undocumented in source.
PHYSFS_openAppend
da_PHYSFS_openAppend PHYSFS_openAppend;
Undocumented in source.
PHYSFS_openRead
da_PHYSFS_openRead PHYSFS_openRead;
Undocumented in source.
PHYSFS_openWrite
da_PHYSFS_openWrite PHYSFS_openWrite;
Undocumented in source.
PHYSFS_permitSymbolicLinks
da_PHYSFS_permitSymbolicLinks PHYSFS_permitSymbolicLinks;
Undocumented in source.
PHYSFS_read
da_PHYSFS_read PHYSFS_read;
Undocumented in source.
PHYSFS_readBytes
da_PHYSFS_readBytes PHYSFS_readBytes;
Undocumented in source.
PHYSFS_readSBE16
da_PHYSFS_readSBE16 PHYSFS_readSBE16;
Undocumented in source.
PHYSFS_readSBE32
da_PHYSFS_readSBE32 PHYSFS_readSBE32;
Undocumented in source.
PHYSFS_readSBE64
da_PHYSFS_readSBE64 PHYSFS_readSBE64;
Undocumented in source.
PHYSFS_readSLE16
da_PHYSFS_readSLE16 PHYSFS_readSLE16;
Undocumented in source.
PHYSFS_readSLE32
da_PHYSFS_readSLE32 PHYSFS_readSLE32;
Undocumented in source.
PHYSFS_readSLE64
da_PHYSFS_readSLE64 PHYSFS_readSLE64;
Undocumented in source.
PHYSFS_readUBE16
da_PHYSFS_readUBE16 PHYSFS_readUBE16;
Undocumented in source.
PHYSFS_readUBE32
da_PHYSFS_readUBE32 PHYSFS_readUBE32;
Undocumented in source.
PHYSFS_readUBE64
da_PHYSFS_readUBE64 PHYSFS_readUBE64;
Undocumented in source.
PHYSFS_readULE16
da_PHYSFS_readULE16 PHYSFS_readULE16;
Undocumented in source.
PHYSFS_readULE32
da_PHYSFS_readULE32 PHYSFS_readULE32;
Undocumented in source.
PHYSFS_readULE64
da_PHYSFS_readULE64 PHYSFS_readULE64;
Undocumented in source.
PHYSFS_registerArchiver
da_PHYSFS_registerArchiver PHYSFS_registerArchiver;
Undocumented in source.
PHYSFS_removeFromSearchPath
da_PHYSFS_removeFromSearchPath PHYSFS_removeFromSearchPath;
Undocumented in source.
PHYSFS_seek
da_PHYSFS_seek PHYSFS_seek;
Undocumented in source.
PHYSFS_setAllocator
da_PHYSFS_setAllocator PHYSFS_setAllocator;
Undocumented in source.
PHYSFS_setBuffer
da_PHYSFS_setBuffer PHYSFS_setBuffer;
Undocumented in source.
PHYSFS_setErrorCode
da_PHYSFS_setErrorCode PHYSFS_setErrorCode;
Undocumented in source.
PHYSFS_setSaneConfig
da_PHYSFS_setSaneConfig PHYSFS_setSaneConfig;
Undocumented in source.
PHYSFS_setWriteDir
da_PHYSFS_setWriteDir PHYSFS_setWriteDir;
Undocumented in source.
PHYSFS_stat
da_PHYSFS_stat PHYSFS_stat;
Undocumented in source.
PHYSFS_supportedArchiveTypes
da_PHYSFS_supportedArchiveTypes PHYSFS_supportedArchiveTypes;
Undocumented in source.
PHYSFS_swapSBE16
da_PHYSFS_swapSBE16 PHYSFS_swapSBE16;
Undocumented in source.
PHYSFS_swapSBE32
da_PHYSFS_swapSBE32 PHYSFS_swapSBE32;
Undocumented in source.
PHYSFS_swapSBE64
da_PHYSFS_swapSBE64 PHYSFS_swapSBE64;
Undocumented in source.
PHYSFS_swapSLE16
da_PHYSFS_swapSLE16 PHYSFS_swapSLE16;
Undocumented in source.
PHYSFS_swapSLE32
da_PHYSFS_swapSLE32 PHYSFS_swapSLE32;
Undocumented in source.
PHYSFS_swapSLE64
da_PHYSFS_swapSLE64 PHYSFS_swapSLE64;
Undocumented in source.
PHYSFS_swapUBE16
da_PHYSFS_swapUBE16 PHYSFS_swapUBE16;
Undocumented in source.
PHYSFS_swapUBE32
da_PHYSFS_swapUBE32 PHYSFS_swapUBE32;
Undocumented in source.
PHYSFS_swapUBE64
da_PHYSFS_swapUBE64 PHYSFS_swapUBE64;
Undocumented in source.
PHYSFS_swapULE16
da_PHYSFS_swapULE16 PHYSFS_swapULE16;
Undocumented in source.
PHYSFS_swapULE32
da_PHYSFS_swapULE32 PHYSFS_swapULE32;
Undocumented in source.
PHYSFS_swapULE64
da_PHYSFS_swapULE64 PHYSFS_swapULE64;
Undocumented in source.
PHYSFS_symbolicLinksPermitted
da_PHYSFS_symbolicLinksPermitted PHYSFS_symbolicLinksPermitted;
Undocumented in source.
PHYSFS_tell
da_PHYSFS_tell PHYSFS_tell;
Undocumented in source.
PHYSFS_unmount
da_PHYSFS_unmount PHYSFS_unmount;
Undocumented in source.
PHYSFS_utf8FromLatin1
da_PHYSFS_utf8FromLatin1 PHYSFS_utf8FromLatin1;
Undocumented in source.
PHYSFS_utf8FromUcs2
da_PHYSFS_utf8FromUcs2 PHYSFS_utf8FromUcs2;
Undocumented in source.
PHYSFS_utf8FromUcs4
da_PHYSFS_utf8FromUcs4 PHYSFS_utf8FromUcs4;
Undocumented in source.
PHYSFS_utf8FromUtf16
da_PHYSFS_utf8FromUtf16 PHYSFS_utf8FromUtf16;
Undocumented in source.
PHYSFS_utf8ToUcs2
da_PHYSFS_utf8ToUcs2 PHYSFS_utf8ToUcs2;
Undocumented in source.
PHYSFS_utf8ToUcs4
da_PHYSFS_utf8ToUcs4 PHYSFS_utf8ToUcs4;
Undocumented in source.
PHYSFS_utf8ToUtf16
da_PHYSFS_utf8ToUtf16 PHYSFS_utf8ToUtf16;
Undocumented in source.
PHYSFS_write
da_PHYSFS_write PHYSFS_write;
Undocumented in source.
PHYSFS_writeBytes
da_PHYSFS_writeBytes PHYSFS_writeBytes;
Undocumented in source.
PHYSFS_writeSBE16
da_PHYSFS_writeSBE16 PHYSFS_writeSBE16;
Undocumented in source.
PHYSFS_writeSBE32
da_PHYSFS_writeSBE32 PHYSFS_writeSBE32;
Undocumented in source.
PHYSFS_writeSBE64
da_PHYSFS_writeSBE64 PHYSFS_writeSBE64;
Undocumented in source.
PHYSFS_writeSLE16
da_PHYSFS_writeSLE16 PHYSFS_writeSLE16;
Undocumented in source.
PHYSFS_writeSLE32
da_PHYSFS_writeSLE32 PHYSFS_writeSLE32;
Undocumented in source.
PHYSFS_writeSLE64
da_PHYSFS_writeSLE64 PHYSFS_writeSLE64;
Undocumented in source.
PHYSFS_writeUBE16
da_PHYSFS_writeUBE16 PHYSFS_writeUBE16;
Undocumented in source.
PHYSFS_writeUBE32
da_PHYSFS_writeUBE32 PHYSFS_writeUBE32;
Undocumented in source.
PHYSFS_writeUBE64
da_PHYSFS_writeUBE64 PHYSFS_writeUBE64;
Undocumented in source.
PHYSFS_writeULE16
da_PHYSFS_writeULE16 PHYSFS_writeULE16;
Undocumented in source.
PHYSFS_writeULE32
da_PHYSFS_writeULE32 PHYSFS_writeULE32;
Undocumented in source.
PHYSFS_writeULE64
da_PHYSFS_writeULE64 PHYSFS_writeULE64;
Undocumented in source.

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