diff -r 4e0fc59ab1ce -r 7efe16575779 hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Fri May 11 23:22:01 2012 +0400 +++ b/hedgewars/pas2cSystem.pas Fri May 11 23:34:35 2012 +0400 @@ -82,7 +82,8 @@ ParamCount : function : integer; ParamStr : function : string; - sqrt, arctan2, pi, cos, sin, power : function : float; + sqrt, arctan2, cos, sin, power : function : float; + pi : float; TypeInfo, GetEnumName : function : shortstring;