hedgewars/pas2cRedo.pas
changeset 10120 b7f632c12784
parent 10080 ac51bcb534ef
child 10131 4b4a043111f4
--- a/hedgewars/pas2cRedo.pas	Fri Feb 07 14:41:49 2014 +0400
+++ b/hedgewars/pas2cRedo.pas	Fri Feb 07 15:44:27 2014 +0400
@@ -75,8 +75,9 @@
     pos : function : integer;
     StrToInt : function : integer;
     SetLength, val, StrDispose, StrCopy : procedure;
-    _pchar, StrAlloc : function : PChar;
-    pchar2str : function : string;
+    _pchar, _pcharA, StrAlloc : function : PChar;
+    pchar2str, astr2str : function : string;
+    pchar2astr, str2astr : function : ansistring;
     memcpy : procedure;
     StrLength : function : integer;