Scenario editor can launch unpacked scenario

This commit is contained in:
2025-03-21 13:46:44 -05:00
parent fc36dcfd55
commit 7cce42ce12
7 changed files with 18 additions and 21 deletions

View File

@@ -26,7 +26,6 @@ void end_data_dump();
short onm(char x_sector,char y_sector);
std::vector<scen_header_type> build_scen_headers();
bool load_scenario_header(fs::path filename,scen_header_type& header_entry);
fs::path locate_scenario(std::string scen_name);
void alter_rect(rectangle *r);