hedgewars/pas2cSystem.pas
changeset 7062 7efe16575779
parent 7054 7e8fb07ef91c
child 7064 0cf7cad767aa
equal deleted inserted replaced
7061:4e0fc59ab1ce 7062:7efe16575779
    80     exitcode : integer;
    80     exitcode : integer;
    81     
    81     
    82     ParamCount : function : integer;
    82     ParamCount : function : integer;
    83     ParamStr : function : string;
    83     ParamStr : function : string;
    84 
    84 
    85     sqrt, arctan2, pi, cos, sin, power : function : float;
    85     sqrt, arctan2, cos, sin, power : function : float;
       
    86     pi : float;
    86 
    87 
    87     TypeInfo, GetEnumName : function : shortstring;
    88     TypeInfo, GetEnumName : function : shortstring;
    88 
    89 
    89     UTF8ToUnicode, WrapText: function : shortstring;
    90     UTF8ToUnicode, WrapText: function : shortstring;
    90 
    91