functions.h
changeset 4212 0308ef21b4e1
parent 4000 bab1ebc37da0
child 4220 86ca889037b3
equal deleted inserted replaced
4211:d8c4c40eba62 4212:0308ef21b4e1
    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 */