hedgewars/pas2cRedo.pas
branchqmlfrontend
changeset 10886 99273b7afbff
parent 10838 2abe883c9c21
child 10909 594f59bd1751
--- a/hedgewars/pas2cRedo.pas	Mon Feb 16 22:33:15 2015 +0300
+++ b/hedgewars/pas2cRedo.pas	Thu Apr 02 21:09:56 2015 +0300
@@ -66,12 +66,12 @@
 
     Now : function : integer;
 
-    new, dispose, FillChar, Move : procedure;
+    new, dispose, FillChar, Insert, Delete, Move : procedure;
 
     trunc, round : function : integer;
     abs, sqr : function : integer;
 
-    StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring;
+    StrPas, FormatDateTime, copy, str, PosS, trim, LowerCase : function : shortstring;
     pos : function : integer;
     StrToInt : function : integer;
     SetLength, SetLengthA, val, StrDispose, StrCopy : procedure;