diff -r 5a2e94a4c2d0 -r 64718974158f hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Tue Jun 18 22:10:51 2013 +0200 +++ b/hedgewars/pas2cSystem.pas Wed Jun 19 00:19:33 2013 +0400 @@ -126,4 +126,9 @@ clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure; SDL_InitPatch : procedure; - + PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt; + PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer; + PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean; + + hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure; + physfsReader : function : pointer;