| 363 | virtual df::building *getSelectedBuilding() { return nullptr; } |
| 364 | virtual df::building_stockpilest *getSelectedStockpile() { return nullptr; } |
| 365 | virtual df::building_civzonest *getSelectedCivZone() { return nullptr; } |
| 366 | virtual df::plant *getSelectedPlant() { return nullptr; } |
| 367 | |
| 368 | static virtual_identity _identity; |
no outgoing calls
no test coverage detected