- PHYSFS_addToSearchPath
int PHYSFS_addToSearchPath(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.
- PHYSFS_close
int PHYSFS_close(PHYSFS_File* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_deinit
int PHYSFS_deinit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_delete
int PHYSFS_delete(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_deregisterArchiver
int PHYSFS_deregisterArchiver(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_enumerateFiles
char** PHYSFS_enumerateFiles(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_enumerateFilesCallback
void PHYSFS_enumerateFilesCallback(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.
- PHYSFS_eof
int PHYSFS_eof(PHYSFS_File* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_exists
int PHYSFS_exists(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_fileLength
PHYSFS_sint64 PHYSFS_fileLength(PHYSFS_File* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_flush
int PHYSFS_flush(PHYSFS_File* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_freeList
void PHYSFS_freeList(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getAllocator
const(PHYSFS_Allocator)* PHYSFS_getAllocator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getBaseDir
const(char)* PHYSFS_getBaseDir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getCdRomDirs
char** PHYSFS_getCdRomDirs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getCdRomDirsCallback
void PHYSFS_getCdRomDirsCallback(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.
- PHYSFS_getDirSeparator
const(char)* PHYSFS_getDirSeparator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getErrorByCode
const(char)* PHYSFS_getErrorByCode(PHYSFS_ErrorCode )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getLastError
const(char)* PHYSFS_getLastError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getLastErrorCode
PHYSFS_ErrorCode PHYSFS_getLastErrorCode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getLastModTime
PHYSFS_sint64 PHYSFS_getLastModTime(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_getLinkedVersion
void PHYSFS_getLinkedVersion(PHYSFS_Version* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getMountPoint
const(char)* PHYSFS_getMountPoint(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_getPrefDir
const(char)* PHYSFS_getPrefDir(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_getRealDir
const(char)* PHYSFS_getRealDir(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_getSearchPath
char** PHYSFS_getSearchPath()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getSearchPathCallback
void PHYSFS_getSearchPathCallback(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.
- PHYSFS_getUserDir
const(char)* PHYSFS_getUserDir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_getWriteDir
const(char)* PHYSFS_getWriteDir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_init
int PHYSFS_init(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_isDirectory
int PHYSFS_isDirectory(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_isInit
int PHYSFS_isInit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_isSymbolicLink
int PHYSFS_isSymbolicLink(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_mkdir
int PHYSFS_mkdir(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_mount
int PHYSFS_mount(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.
- PHYSFS_mountHandle
int PHYSFS_mountHandle(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.
- PHYSFS_mountIo
int PHYSFS_mountIo(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.
- PHYSFS_mountMemory
int PHYSFS_mountMemory(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.
- PHYSFS_openAppend
PHYSFS_File* PHYSFS_openAppend(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_openRead
PHYSFS_File* PHYSFS_openRead(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_openWrite
PHYSFS_File* PHYSFS_openWrite(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_permitSymbolicLinks
void PHYSFS_permitSymbolicLinks(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_read
PHYSFS_sint64 PHYSFS_read(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.
- PHYSFS_readBytes
PHYSFS_sint64 PHYSFS_readBytes(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.
- PHYSFS_readSBE16
int PHYSFS_readSBE16(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.
- PHYSFS_readSBE32
int PHYSFS_readSBE32(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.
- PHYSFS_readSBE64
int PHYSFS_readSBE64(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.
- PHYSFS_readSLE16
int PHYSFS_readSLE16(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.
- PHYSFS_readSLE32
int PHYSFS_readSLE32(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.
- PHYSFS_readSLE64
int PHYSFS_readSLE64(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.
- PHYSFS_readUBE16
int PHYSFS_readUBE16(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.
- PHYSFS_readUBE32
int PHYSFS_readUBE32(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.
- PHYSFS_readUBE64
int PHYSFS_readUBE64(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.
- PHYSFS_readULE16
int PHYSFS_readULE16(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.
- PHYSFS_readULE32
int PHYSFS_readULE32(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.
- PHYSFS_readULE64
int PHYSFS_readULE64(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.
- PHYSFS_registerArchiver
int PHYSFS_registerArchiver(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.
- PHYSFS_removeFromSearchPath
int PHYSFS_removeFromSearchPath(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_seek
int PHYSFS_seek(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.
- PHYSFS_setAllocator
int PHYSFS_setAllocator(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.
- PHYSFS_setBuffer
int PHYSFS_setBuffer(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.
- PHYSFS_setErrorCode
void PHYSFS_setErrorCode(PHYSFS_ErrorCode )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_setSaneConfig
int PHYSFS_setSaneConfig(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.
- PHYSFS_setWriteDir
int PHYSFS_setWriteDir(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_stat
int PHYSFS_stat(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.
- PHYSFS_supportedArchiveTypes
const(PHYSFS_ArchiveInfo*)* PHYSFS_supportedArchiveTypes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapSBE16
PHYSFS_sint16 PHYSFS_swapSBE16(PHYSFS_sint16 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapSBE32
PHYSFS_sint32 PHYSFS_swapSBE32(PHYSFS_sint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapSBE64
PHYSFS_sint64 PHYSFS_swapSBE64(PHYSFS_sint64 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapSLE16
PHYSFS_sint16 PHYSFS_swapSLE16(PHYSFS_sint16 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapSLE32
PHYSFS_sint32 PHYSFS_swapSLE32(PHYSFS_sint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapSLE64
PHYSFS_sint64 PHYSFS_swapSLE64(PHYSFS_sint64 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapUBE16
PHYSFS_uint16 PHYSFS_swapUBE16(PHYSFS_uint16 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapUBE32
PHYSFS_uint32 PHYSFS_swapUBE32(PHYSFS_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapUBE64
PHYSFS_sint64 PHYSFS_swapUBE64(PHYSFS_uint64 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapULE16
PHYSFS_uint16 PHYSFS_swapULE16(PHYSFS_uint16 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapULE32
PHYSFS_uint32 PHYSFS_swapULE32(PHYSFS_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_swapULE64
PHYSFS_uint64 PHYSFS_swapULE64(PHYSFS_uint64 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_symbolicLinksPermitted
int PHYSFS_symbolicLinksPermitted()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_tell
PHYSFS_sint64 PHYSFS_tell(PHYSFS_File* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PHYSFS_unmount
int PHYSFS_unmount(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_utf8FromLatin1
void PHYSFS_utf8FromLatin1(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.
- PHYSFS_utf8FromUcs2
void PHYSFS_utf8FromUcs2(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.
- PHYSFS_utf8FromUcs4
void PHYSFS_utf8FromUcs4(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.
- PHYSFS_utf8FromUtf16
void PHYSFS_utf8FromUtf16(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.
- PHYSFS_utf8ToUcs2
void PHYSFS_utf8ToUcs2(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.
- PHYSFS_utf8ToUcs4
void PHYSFS_utf8ToUcs4(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.
- PHYSFS_utf8ToUtf16
void PHYSFS_utf8ToUtf16(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.
- PHYSFS_write
PHYSFS_sint64 PHYSFS_write(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.
- PHYSFS_writeBytes
PHYSFS_sint64 PHYSFS_writeBytes(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.
- PHYSFS_writeSBE16
int PHYSFS_writeSBE16(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.
- PHYSFS_writeSBE32
int PHYSFS_writeSBE32(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.
- PHYSFS_writeSBE64
int PHYSFS_writeSBE64(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.
- PHYSFS_writeSLE16
int PHYSFS_writeSLE16(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.
- PHYSFS_writeSLE32
int PHYSFS_writeSLE32(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.
- PHYSFS_writeSLE64
int PHYSFS_writeSLE64(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.
- PHYSFS_writeUBE16
int PHYSFS_writeUBE16(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.
- PHYSFS_writeUBE32
int PHYSFS_writeUBE32(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.
- PHYSFS_writeUBE64
int PHYSFS_writeUBE64(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.
- PHYSFS_writeULE16
int PHYSFS_writeULE16(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.
- PHYSFS_writeULE32
int PHYSFS_writeULE32(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.
- PHYSFS_writeULE64
int PHYSFS_writeULE64(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.