hedgewars/pas2cRedo.pas
branchwebgl
changeset 8856 af59e65586a7
parent 8105 d088be5ecdcb
child 9966 01e198990211
--- a/hedgewars/pas2cRedo.pas	Thu Apr 04 02:07:06 2013 +0200
+++ b/hedgewars/pas2cRedo.pas	Thu Apr 04 16:12:26 2013 +0400
@@ -71,14 +71,15 @@
     trunc, round : function : integer;
     abs, sqr : function : integer;
 
-    StrPas, FormatDateTime, copy, delete, str, pos, PosS, trim, LowerCase : function : shortstring;
+    StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring;
+    pos : function : integer;
     StrToInt : function : integer;
     SetLength, val : procedure;
     _pchar : function : PChar;
     pchar2str : function : string;
     memcpy : procedure;
 
-	     min, max:function:integer;
+     min, max:function:integer;
     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
     FileExists, DirectoryExists, eof : function : boolean;
     ExtractFileName : function : string;