DRY advanced town help. Fix #611

This commit is contained in:
2025-02-15 17:41:06 -06:00
committed by Celtic Minstrel
parent 0f6aa4f139
commit 8cff2428a9
7 changed files with 20 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ std::string scenario_temp_dir_name = "test_scenario";
cCustomGraphics spec_scen_g;
cUniverse univ;
std::vector<fs::path> extra_scen_dirs;
std::string help_text_rsrc;
bool check_for_interrupt(std::string) { return false; }