hedgewars/pas2cSystem.pas
changeset 6837 a137733c5776
parent 6835 00b2fd32305d
child 6838 b1a0e7a52c04
--- 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;