diff -r 0f6878b5395a -r cd2a64a1f4aa hedgewars/pas2cSystem.pas --- 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;