| 238 | static Town *CreateRandomTown(uint attempts, uint32_t townnameparts, TownSize size, bool city, TownLayout layout); |
| 239 | |
| 240 | static void TownDrawHouseLift(const TileInfo *ti) |
| 241 | { |
| 242 | AddChildSpriteScreen(SPR_LIFT, PAL_NONE, 14, 60 - GetLiftPosition(ti->tile)); |
| 243 | } |
| 244 | |
| 245 | typedef void TownDrawTileProc(const TileInfo *ti); |
| 246 | static TownDrawTileProc * const _town_draw_tile_procs[1] = { |
nothing calls this directly
no test coverage detected