hedgewars/pas2cSystem.pas
changeset 10129 cd2a64a1f4aa
parent 10124 aabd1b75d5a3
child 10131 4b4a043111f4
equal deleted inserted replaced
10128:0f6878b5395a 10129:cd2a64a1f4aa
   125     png_write_end : procedure;
   125     png_write_end : procedure;
   126 
   126 
   127     clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure;
   127     clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure;
   128     SDL_InitPatch : procedure;
   128     SDL_InitPatch : procedure;
   129 
   129 
   130     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt;
   130     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_read : function : LongInt;
   131     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
   131     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
   132     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
   132     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
   133     PHYSFS_getLastError : function : PChar;
   133     PHYSFS_getLastError : function : PChar;
   134 
   134 
   135     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
   135     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;