changeset 10909 | 594f59bd1751 |
parent 10838 | 2abe883c9c21 |
child 11682 | 2c21bc80c95d |
--- a/hedgewars/pas2cRedo.pas Fri Apr 10 23:58:05 2015 +0300 +++ b/hedgewars/pas2cRedo.pas Sat Apr 11 15:34:07 2015 +0300 @@ -68,7 +68,7 @@ new, dispose, FillChar, Insert, Delete, Move : procedure; - trunc, round : function : integer; + trunc, round, ceil : function : integer; abs, sqr : function : integer; StrPas, FormatDateTime, copy, str, PosS, trim, LowerCase : function : shortstring;