hedgewars/pas2cSystem.pas
changeset 6856 a5b0afb60862
parent 6855 807156c01475
child 6860 f4238c683ec7
equal deleted inserted replaced
6855:807156c01475 6856:a5b0afb60862
    53     StrLen, ord, Succ, Pred : function : integer;
    53     StrLen, ord, Succ, Pred : function : integer;
    54     inc, dec, Low, High, Lo, Hi : function : integer;
    54     inc, dec, Low, High, Lo, Hi : function : integer;
    55     odd, even : function : boolean;
    55     odd, even : function : boolean;
    56 
    56 
    57     Now : function : integer;
    57     Now : function : integer;
    58     Length : function : integer;
       
    59     SetLength, val : procedure;
       
    60 
    58 
    61     new, dispose, FillChar, Move : procedure;
    59     new, dispose, FillChar, Move : procedure;
    62 
    60 
    63     trunc, round : function : integer;
    61     trunc, round : function : integer;
    64     Abs, Sqr : function : integer;
    62     Abs, Sqr : function : integer;
    65 
    63 
    66     StrPas, FormatDateTime, copy, delete, str, pos, trim : function : shortstring;
    64     StrPas, FormatDateTime, copy, delete, str, pos, trim : function : shortstring;
       
    65     Length, StrToInt : function : integer;
       
    66     SetLength, val : procedure;
    67 
    67 
    68     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    68     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    69     IOResult : function : integer;
    69     IOResult : function : integer;
    70     exit, break, halt, continue : procedure;
    70     exit, break, halt, continue : procedure;
    71     TextFile, file : Handle;
    71     TextFile, file : Handle;
   110     gl_src_alpha, gl_one_minus_src_alpha,  
   110     gl_src_alpha, gl_one_minus_src_alpha,  
   111     gl_perspective_correction_hint, gl_fastest,
   111     gl_perspective_correction_hint, gl_fastest,
   112     gl_dither, gl_vertex_array, gl_texture_coord_array,
   112     gl_dither, gl_vertex_array, gl_texture_coord_array,
   113     glviewport, glloadidentity, glmatrixmode, glhint,
   113     glviewport, glloadidentity, glmatrixmode, glhint,
   114     glblendfunc, glenableclientstate, gl_color_buffer_bit,
   114     glblendfunc, glenableclientstate, gl_color_buffer_bit,
   115     glclear : procedure;
   115     glclear, gldisableclientstate, gl_color_array,
       
   116     glcolorpointer, gl_depth_buffer_bit, gl_quads,
       
   117     glbegin, glend, gltexcoord2f, glvertex2d,
       
   118     gl_true, gl_false, glcolormask, gl_projection : procedure;
   116 
   119 
   117     TThreadId : function : integer;
   120     TThreadId : function : integer;
   118     BeginThread, ThreadSwitch : procedure;
   121     BeginThread, ThreadSwitch : procedure;
   119     InterlockedIncrement, InterlockedDecrement : procedure;
   122     InterlockedIncrement, InterlockedDecrement : procedure;
   120     
   123