hedgewars/pas2cSystem.pas
changeset 6967 1224c6fb36c3
parent 6926 6e832f8f4d8e
child 7038 d853e4385241
--- a/hedgewars/pas2cSystem.pas	Mon Apr 30 20:12:43 2012 +0200
+++ b/hedgewars/pas2cSystem.pas	Mon Apr 30 23:35:40 2012 +0400
@@ -65,7 +65,7 @@
     trunc, round : function : integer;
     Abs, Sqr : function : integer;
 
-    StrPas, FormatDateTime, copy, delete, str, pos, trim : function : shortstring;
+    StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
     Length, StrToInt : function : integer;
     SetLength, val : procedure;
     _pchar : function : PChar;
@@ -122,7 +122,7 @@
     glbegin, glend, gltexcoord2f, glvertex2d,
     gl_true, gl_false, glcolormask, gl_projection,
     gl_texture_priority, glenum, gl_clamp_to_edge,
-    gl_extensions : procedure;
+    gl_extensions, gl_bgra : procedure;
 
     TThreadId : function : integer;
     BeginThread, ThreadSwitch : procedure;