| 608 | } |
| 609 | |
| 610 | df::burrow *getIgnoreBurrow(){ |
| 611 | int id = config.get_int(CONFIG_BURROW); |
| 612 | return id < 0 ? nullptr : df::burrow::find(id); |
| 613 | } |
| 614 | |
| 615 | static bool isPlannableBuilding(color_ostream &out, df::building_type type, int16_t subtype, int32_t custom) { |
| 616 | DEBUG(control,out).print("entering isPlannableBuilding\n"); |
no test coverage detected