132 clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure; |
132 clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure; |
133 SDL_InitPatch : procedure; |
133 SDL_InitPatch : procedure; |
134 |
134 |
135 PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_writeBytes, PHYSFS_read : function : LongInt; |
135 PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_writeBytes, PHYSFS_read : function : LongInt; |
136 PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead, PHYSFS_openWrite : function : pointer; |
136 PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead, PHYSFS_openWrite : function : pointer; |
137 PHYSFS_eof, PHYSFS_close, PHYSFS_exists, PHYSFS_mkdir, PHYSFS_flush, PHYSFS_setWriteDir : function : boolean; |
137 PHYSFS_eof, PHYSFS_close, PHYSFS_exists, PHYSFS_mkdir, PHYSFS_flush, PHYSFS_setWriteDir, PHYSFS_setBuffer : function : boolean; |
138 PHYSFS_getLastError : function : PChar; |
138 PHYSFS_getLastError : function : PChar; |
139 PHYSFS_enumerateFiles : function : PPChar; |
139 PHYSFS_enumerateFiles : function : PPChar; |
140 PHYSFS_freeList : procedure; |
140 PHYSFS_freeList : procedure; |
141 |
141 |
142 hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure; |
142 hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure; |