diff -r c9711561f947 -r f7ff98509580 hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Fri Sep 29 22:53:53 2017 +0200 +++ b/hedgewars/pas2cSystem.pas Fri Sep 29 23:13:05 2017 +0200 @@ -134,7 +134,7 @@ PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_writeBytes, PHYSFS_read : function : LongInt; PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead, PHYSFS_openWrite : function : pointer; - PHYSFS_eof, PHYSFS_close, PHYSFS_exists, PHYSFS_mkdir, PHYSFS_flush, PHYSFS_setWriteDir : function : boolean; + PHYSFS_eof, PHYSFS_close, PHYSFS_exists, PHYSFS_mkdir, PHYSFS_flush, PHYSFS_setWriteDir, PHYSFS_setBuffer : function : boolean; PHYSFS_getLastError : function : PChar; PHYSFS_enumerateFiles : function : PPChar; PHYSFS_freeList : procedure;