hedgewars/uLandTexture.pas
changeset 4367 f4a0ec067601
parent 4359 83ef50815535
child 4375 ae5507ddb989
equal deleted inserted replaced
4365:4f2b1a152979 4367:f4a0ec067601
    26 procedure freeModule;
    26 procedure freeModule;
    27 procedure UpdateLandTexture(X, Width, Y, Height: LongInt);
    27 procedure UpdateLandTexture(X, Width, Y, Height: LongInt);
    28 procedure DrawLand(dX, dY: LongInt);
    28 procedure DrawLand(dX, dY: LongInt);
    29 
    29 
    30 implementation
    30 implementation
    31 uses uMisc, uLand, uStore, uConsts, GLunit, uTypes, uVariables;
    31 uses uMisc, uStore, uConsts, GLunit, uTypes, uVariables;
    32 
    32 
    33 
    33 
    34 const TEXSIZE = 256;
    34 const TEXSIZE = 256;
    35 
    35 
    36 type TLandRecord = record
    36 type TLandRecord = record