diff -r c88e38a0f478 -r ac51bcb534ef hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Mon Jan 27 01:07:12 2014 +0400 +++ b/hedgewars/pas2cSystem.pas Mon Jan 27 22:34:06 2014 +0400 @@ -129,6 +129,7 @@ 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; + PHYSFS_getLastError : function : PChar; hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure; physfsReader : function : pointer;