functions.h
changeset 4212 85159aaf48fb
parent 4000 4009d092b306
child 4220 e3bee34c9076
equal deleted inserted replaced
4211:5ee54ab361c9 4212:85159aaf48fb
    46 void DrawHillyLandTile(const TileInfo *ti);
    46 void DrawHillyLandTile(const TileInfo *ti);
    47 void DrawClearLandTile(const TileInfo *ti, byte set);
    47 void DrawClearLandTile(const TileInfo *ti, byte set);
    48 void DrawClearLandFence(const TileInfo *ti);
    48 void DrawClearLandFence(const TileInfo *ti);
    49 void TileLoopClearHelper(TileIndex tile);
    49 void TileLoopClearHelper(TileIndex tile);
    50 
    50 
    51 /* road_land.c */
       
    52 void DrawRoadDepotSprite(int x, int y, int image);
       
    53 
       
    54 /* water_land.c */
    51 /* water_land.c */
    55 void DrawShipDepotSprite(int x, int y, int image);
    52 void DrawShipDepotSprite(int x, int y, int image);
    56 void TileLoop_Water(TileIndex tile);
    53 void TileLoop_Water(TileIndex tile);
    57 
    54 
    58 /* players.c */
    55 /* players.c */