hedgewars/pas2cSystem.pas
changeset 7066 12cc2bd84b0b
parent 7065 e80e0d3273c5
child 7069 bcf9d8e64e92
--- a/hedgewars/pas2cSystem.pas	Sat May 12 00:25:49 2012 +0400
+++ b/hedgewars/pas2cSystem.pas	Sat May 12 22:13:56 2012 +0400
@@ -69,6 +69,7 @@
     Length, StrToInt : function : integer;
     SetLength, val : procedure;
     _pchar : function : PChar;
+    memcpy : procedure;
 
     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
     IOResult : integer;
@@ -143,4 +144,4 @@
     png_write_end : procedure;
 
     EnumToStr : function : string;
-function glGetString
+