| 337 | } |
| 338 | |
| 339 | static void LandscapeGenerationCallback(Window *w, bool confirmed) |
| 340 | { |
| 341 | if (confirmed) StartGeneratingLandscape(w->window_number); |
| 342 | } |
| 343 | |
| 344 | static DropDownList BuildMapsizeDropDown() |
| 345 | { |
nothing calls this directly
no test coverage detected