hedgewars/uVariables.pas
changeset 5674 244cbc1448bd
parent 5672 34bb680476d4
child 5686 3f2e6ec7719a
equal deleted inserted replaced
5673:85336f377479 5674:244cbc1448bd
    23 
    23 
    24 uses SDLh, uTypes, uFloat, GLunit, uConsts, Math, uMobile;
    24 uses SDLh, uTypes, uFloat, GLunit, uConsts, Math, uMobile;
    25 
    25 
    26 var
    26 var
    27 /////// init flags ///////
    27 /////// init flags ///////
    28     cMinScreenWidth  : LongInt     = 768;
    28     cMinScreenWidth  : LongInt     = 480;
    29     cMinScreenHeight : LongInt     = 576;
    29     cMinScreenHeight : LongInt     = 320;
    30     cScreenWidth    : LongInt     = 1024;
    30     cScreenWidth    : LongInt     = 1024;
    31     cScreenHeight   : LongInt     = 768;
    31     cScreenHeight   : LongInt     = 768;
    32     cBits           : LongInt     = 32;
    32     cBits           : LongInt     = 32;
    33     ipcPort         : Word        = 0;
    33     ipcPort         : Word        = 0;
    34     cFullScreen     : boolean     = false;
    34     cFullScreen     : boolean     = false;