hedgewars/pas2cSystem.pas
changeset 10080 ac51bcb534ef
parent 10015 4feced261c68
child 10120 b7f632c12784
--- a/hedgewars/pas2cSystem.pas	Mon Jan 27 01:07:12 2014 +0400
+++ b/hedgewars/pas2cSystem.pas	Mon Jan 27 22:34:06 2014 +0400
@@ -129,6 +129,7 @@
     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt;
     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
+    PHYSFS_getLastError : function : PChar;
 
     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
     physfsReader : function : pointer;