make PHYSFS_setBuffer() known to pas2c
authorsheepluva
Fri, 29 Sep 2017 23:13:05 +0200
changeset 12597 f7ff98509580
parent 12596 c9711561f947
child 12598 9805a1f8fb93
make PHYSFS_setBuffer() known to pas2c
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;