Fix #10578: Allow to select any version of AI/GS from GUI (#10604)

This commit is contained in:
Loïc Guilloux
2023-04-07 19:33:07 +02:00
committed by GitHub
parent 82c70ed3b8
commit e4c511d403
5 changed files with 22 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
#include "../company_type.h"
#include "../textfile_type.h"
void ShowScriptListWindow(CompanyID slot);
void ShowScriptListWindow(CompanyID slot, bool show_all);
Window *ShowScriptDebugWindow(CompanyID show_company = INVALID_COMPANY);
void ShowScriptSettingsWindow(CompanyID slot);
void ShowScriptTextfileWindow(TextfileType file_type, CompanyID slot);