hedgewars/uStore.pas
changeset 7028 0f60591f3a16
parent 7027 f264ad9d8965
child 7043 7c080e5ac8d0
equal deleted inserted replaced
7027:f264ad9d8965 7028:0f60591f3a16
    45 uses uMisc, uConsole, uMobile, uVariables, uUtils, uTextures, uRender, uRenderUtils, uCommands, uDebug, uWorld;
    45 uses uMisc, uConsole, uMobile, uVariables, uUtils, uTextures, uRender, uRenderUtils, uCommands, uDebug, uWorld;
    46 
    46 
    47 //type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);
    47 //type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);
    48 
    48 
    49 var MaxTextureSize: LongInt;
    49 var MaxTextureSize: LongInt;
       
    50     SDLPrimSurface: PSDL_Surface;
    50 {$IFDEF SDL13}SDLGLcontext: PSDL_GLContext;{$ENDIF}
    51 {$IFDEF SDL13}SDLGLcontext: PSDL_GLContext;{$ENDIF}
    51 
    52 
    52 //    cGPUVendor: TGPUVendor;
    53 //    cGPUVendor: TGPUVendor;
    53 
    54 
    54 function WriteInRect(Surface: PSDL_Surface; X, Y: LongInt; Color: LongWord; Font: THWFont; s: ansistring): TSDL_Rect;
    55 function WriteInRect(Surface: PSDL_Surface; X, Y: LongInt; Color: LongWord; Font: THWFont; s: ansistring): TSDL_Rect;