hedgewars/pas2cSystem.pas
changeset 7062 7efe16575779
parent 7054 7e8fb07ef91c
child 7064 0cf7cad767aa
--- 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;