hedgewars/uStore.pas
changeset 2690 8e83c7e31720
parent 2689 dfda97c153a4
child 2695 ed789a7ef68d
equal deleted inserted replaced
2689:dfda97c153a4 2690:8e83c7e31720
    67    ConfirmTexture: PTexture;
    67    ConfirmTexture: PTexture;
    68    cScaleFactor: GLfloat = 2.0;
    68    cScaleFactor: GLfloat = 2.0;
    69    SupportNPOTT: Boolean = false;
    69    SupportNPOTT: Boolean = false;
    70 
    70 
    71 implementation
    71 implementation
    72 uses uMisc, uConsole, uLand, uLocale, uWorld;
    72 uses uMisc, uConsole, uLand, uLocale, uWorld
       
    73 	{$IFDEF IPHONEOS}
       
    74 	, PascalExports
       
    75 	{$ENDIF}
       
    76 	;
    73 
    77 
    74 type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel);
    78 type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel);
    75 
    79 
    76 var	HHTexture: PTexture;
    80 var	HHTexture: PTexture;
    77 	MaxTextureSize: Integer;
    81 	MaxTextureSize: Integer;