hedgewars/pas2cSystem.pas
changeset 10129 cd2a64a1f4aa
parent 10124 aabd1b75d5a3
child 10131 4b4a043111f4
--- a/hedgewars/pas2cSystem.pas	Mon Feb 10 23:02:49 2014 +0400
+++ b/hedgewars/pas2cSystem.pas	Tue Feb 11 01:19:44 2014 +0400
@@ -127,7 +127,7 @@
     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;
+    PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes, PHYSFS_read : function : LongInt;
     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
     PHYSFS_getLastError : function : PChar;