equal
deleted
inserted
replaced
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 */ |