hedgewars/uVariables.pas
changeset 4365 4f2b1a152979
parent 4361 64ea345ab655
child 4367 f4a0ec067601
equal deleted inserted replaced
4363:e944cc43f7a4 4365:4f2b1a152979
     1 {$INCLUDE options.inc}
     1 {$INCLUDE options.inc}
     2 
     2 
     3 unit uVariables;
     3 unit uVariables;
     4 interface
     4 interface
     5 
     5 
     6 uses SDLh, uTypes, uFloat, GLunit, uConsts, Math, uMobile, uGlobalStructs;
     6 uses SDLh, uTypes, uFloat, GLunit, uConsts, Math, uMobile;
     7 
     7 
     8 var
     8 var
     9 /////// init flags ///////
     9 /////// init flags ///////
    10     cScreenWidth    : LongInt     = 1024;
    10     cScreenWidth    : LongInt     = 1024;
    11     cScreenHeight   : LongInt     = 768;
    11     cScreenHeight   : LongInt     = 768;