hedgewars/pas2cRedo.pas
changeset 10080 ac51bcb534ef
parent 10015 4feced261c68
child 10120 b7f632c12784
--- a/hedgewars/pas2cRedo.pas	Mon Jan 27 01:07:12 2014 +0400
+++ b/hedgewars/pas2cRedo.pas	Mon Jan 27 22:34:06 2014 +0400
@@ -74,10 +74,11 @@
     StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring;
     pos : function : integer;
     StrToInt : function : integer;
-    SetLength, val : procedure;
-    _pchar : function : PChar;
+    SetLength, val, StrDispose, StrCopy : procedure;
+    _pchar, StrAlloc : function : PChar;
     pchar2str : function : string;
     memcpy : procedure;
+    StrLength : function : integer;
 
      min, max:function:integer;
     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;