# HG changeset patch
# User sheepluva
# Date 1506719585 -7200
# Node ID f7ff985095805fc27cf6231f35ee56e2db8d5500
# Parent  c9711561f947d45d8926b0454577c5050a1351aa
make PHYSFS_setBuffer() known to pas2c

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;