hedgewars/uStore.pas
changeset 196 993cf173218b
parent 191 a03c2d037e24
child 198 6f00e0f4cb88
equal deleted inserted replaced
195:edae828322a0 196:993cf173218b
    41 
    41 
    42 var PixelFormat: PSDL_PixelFormat;
    42 var PixelFormat: PSDL_PixelFormat;
    43  SDLPrimSurface: PSDL_Surface;
    43  SDLPrimSurface: PSDL_Surface;
    44 
    44 
    45 implementation
    45 implementation
    46 uses uMisc, uIO, uConsole, uLand, uCollisions;
    46 uses uMisc, uConsole, uLand;
    47 
    47 
    48 var StoreSurface,
    48 var StoreSurface,
    49        HHSurface: PSDL_Surface;
    49        HHSurface: PSDL_Surface;
    50 
    50 
    51 procedure StoreInit;
    51 procedure StoreInit;