diff -r 42382794b73f -r a137733c5776 hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Thu Mar 29 17:27:01 2012 +0400 +++ b/hedgewars/pas2cSystem.pas Fri Mar 30 17:00:34 2012 +0400 @@ -46,5 +46,8 @@ Low, High : function : integer; Now : function : integer; Length : function : integer; - StrPas, FormatDateTime, copy, delete : function : shortstring; - exit : procedure; + Abs, Sqr : function : integer; + StrPas, FormatDateTime, copy, delete, str : function : shortstring; + exit, flush : procedure; + Sqrt : function : float; + TextFile : Handle;