equal
deleted
inserted
replaced
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; |