hedgewars/uMisc.pas
changeset 4357 a1fcfc341a52
parent 4248 e127b3d26248
child 4359 83ef50815535
equal deleted inserted replaced
4355:4554c4df9f1a 4357:a1fcfc341a52
    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, GLunit, Math;
    24 uses    SDLh, uConsts, uFloat, GLunit, Math, uTypes;
    25 
    25 
    26 var
    26 var
    27 /////// init flags ///////
    27 /////// init flags ///////
    28     cScreenWidth    : LongInt     = 1024;
    28     cScreenWidth    : LongInt     = 1024;
    29     cScreenHeight   : LongInt     = 768;
    29     cScreenHeight   : LongInt     = 768;