hedgewars/pas2cSystem.pas
changeset 7066 12cc2bd84b0b
parent 7065 e80e0d3273c5
child 7069 bcf9d8e64e92
equal deleted inserted replaced
7065:e80e0d3273c5 7066:12cc2bd84b0b
    67 
    67 
    68     StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
    68     StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
    69     Length, StrToInt : function : integer;
    69     Length, StrToInt : function : integer;
    70     SetLength, val : procedure;
    70     SetLength, val : procedure;
    71     _pchar : function : PChar;
    71     _pchar : function : PChar;
       
    72     memcpy : procedure;
    72 
    73 
    73     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    74     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    74     IOResult : integer;
    75     IOResult : integer;
    75     exit, break, halt, continue : procedure;
    76     exit, break, halt, continue : procedure;
    76     TextFile, file : Handle;
    77     TextFile, file : Handle;
   141     png_create_info_struct, png_destroy_write_struct,
   142     png_create_info_struct, png_destroy_write_struct,
   142     png_write_row, png_set_ihdr, png_write_info,
   143     png_write_row, png_set_ihdr, png_write_info,
   143     png_write_end : procedure;
   144     png_write_end : procedure;
   144 
   145 
   145     EnumToStr : function : string;
   146     EnumToStr : function : string;
   146 function glGetString
   147