hedgewars/uMisc.pas
changeset 3165 3ec07a7d8456
parent 3133 1ab5f18f4df8
child 3169 c8c6ac44f51b
equal deleted inserted replaced
3164:569fd65261d0 3165:3ec07a7d8456
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit uMisc;
    21 unit uMisc;
    22 interface
    22 interface
    23 
    23 
    24 uses    SDLh, uConsts, uFloat,
    24 uses    SDLh, uConsts, uFloat, GLunit;
    25 {$IFDEF GLES11}
       
    26     gles11;
       
    27 {$ELSE}
       
    28     GL;
       
    29 {$ENDIF}
       
    30 
    25 
    31 var
    26 var
    32     isCursorVisible : boolean;
    27     isCursorVisible : boolean;
    33     isTerminated    : boolean;
    28     isTerminated    : boolean;
    34     isInLag         : boolean;
    29     isInLag         : boolean;