hedgewars/pas2cSystem.pas
changeset 12597 f7ff98509580
parent 12104 f61bd25b9f70
child 13342 774dd8762607
equal deleted inserted replaced
12596:c9711561f947 12597:f7ff98509580
   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;