diff -r c88e38a0f478 -r ac51bcb534ef hedgewars/pas2cRedo.pas --- 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;