Codefix: Add missing header includes.

This commit is contained in:
frosch
2025-04-19 22:35:05 +02:00
committed by frosch
parent 461b73e21b
commit cb113cfed0
40 changed files with 70 additions and 7 deletions

View File

@@ -13,6 +13,8 @@
#include "../company_type.h"
#include "../textfile_type.h"
struct Window;
void ShowScriptListWindow(CompanyID slot, bool show_all);
Window *ShowScriptDebugWindow(CompanyID show_company = CompanyID::Invalid(), bool new_window = false);
void ShowScriptSettingsWindow(CompanyID slot);