mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 02:42:42 +01:00
Codefix: Add missing header includes.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define SCRIPT_CONTROLLER_HPP
|
||||
|
||||
#include "script_types.hpp"
|
||||
#include "../../string_func.h"
|
||||
#include "../../company_type.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user