hedgewars/uStore.pas
changeset 3165 3ec07a7d8456
parent 3085 c6c57c499034
child 3169 c8c6ac44f51b
equal deleted inserted replaced
3164:569fd65261d0 3165:3ec07a7d8456
    18 
    18 
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit uStore;
    21 unit uStore;
    22 interface
    22 interface
    23 uses sysutils, uConsts, uTeams, SDLh, uFloat,
    23 uses sysutils, uConsts, uTeams, SDLh, uFloat, GLunit;
    24 {$IFDEF GLES11}
       
    25     gles11;
       
    26 {$ELSE}
       
    27     GL, GLext;
       
    28 {$ENDIF}
       
    29 
    24 
    30 
    25 
    31 var PixelFormat: PSDL_PixelFormat;
    26 var PixelFormat: PSDL_PixelFormat;
    32     SDLPrimSurface: PSDL_Surface;
    27     SDLPrimSurface: PSDL_Surface;
    33     PauseTexture,
    28     PauseTexture,