hedgewars/pas2cSystem.pas
changeset 11643 3bff941c035f
parent 10535 428085a1be6e
child 11800 6e6248c43942
equal deleted inserted replaced
11642:c82a0a886779 11643:3bff941c035f
   128     png_write_end : procedure;
   128     png_write_end : procedure;
   129 
   129 
   130     clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure;
   130     clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure;
   131     SDL_InitPatch : procedure;
   131     SDL_InitPatch : procedure;
   132 
   132 
   133     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_read : function : LongInt;
   133     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_writeBytes, PHYSFS_read : function : LongInt;
   134     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
   134     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead, PHYSFS_openWrite : function : pointer;
   135     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
   135     PHYSFS_eof, PHYSFS_close, PHYSFS_exists, PHYSFS_mkdir, PHYSFS_flush, PHYSFS_setWriteDir : function : boolean;
   136     PHYSFS_getLastError : function : PChar;
   136     PHYSFS_getLastError : function : PChar;
       
   137     PHYSFS_enumerateFiles : function : PPChar;
       
   138     PHYSFS_freeList : procedure;
   137 
   139 
   138     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
   140     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
   139     physfsReader : function : pointer;
   141     physfsReader : function : pointer;