hedgewars/uMisc.pas
changeset 2587 0dfa56a8513c
parent 2578 ec8e69b23097
child 2599 c7153d2348f3
equal deleted inserted replaced
2586:204e6b2885bc 2587:0dfa56a8513c
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
    19 unit uMisc;
    19 unit uMisc;
    20 interface
    20 interface
       
    21 {$INCLUDE options.inc}
    21 uses uConsts, SDLh,
    22 uses uConsts, SDLh,
    22 {$IFDEF GLES11}
    23 {$IFDEF GLES11}
    23 	gles11,
    24 	gles11,
    24 {$ELSE}
    25 {$ELSE}
    25 	GL,
    26 	GL,
    26 {$ENDIF}
    27 {$ENDIF}
    27 	uFloat;
    28 	uFloat;
    28 {$INCLUDE options.inc}
       
    29 var
    29 var
    30 	isCursorVisible : boolean = false;
    30 	isCursorVisible : boolean = false;
    31 	isTerminated    : boolean = false;
    31 	isTerminated    : boolean = false;
    32 	isInLag         : boolean = false;
    32 	isInLag         : boolean = false;
    33 	isPaused        : boolean = false;
    33 	isPaused        : boolean = false;