Codechange: move windows common to AI and GS out of ai_gui

This commit is contained in:
glx22
2023-02-04 04:17:55 +01:00
committed by Loïc Guilloux
parent 78e3c93a25
commit b080f24bd8
26 changed files with 1391 additions and 1374 deletions

View File

@@ -162,10 +162,10 @@ enum WindowClass {
/**
* AI settings; %Window numbers:
* - 0 = #AISettingsWidgets
* Script settings; %Window numbers:
* - 0 = #ScriptSettingsWidgets
*/
WC_AI_SETTINGS,
WC_SCRIPT_SETTINGS,
/**
* NewGRF parameters; %Window numbers:
@@ -271,10 +271,10 @@ enum WindowClass {
WC_SIGN_LIST,
/**
* AI list; %Window numbers:
* - 0 = #AIListWidgets
* Scripts list; %Window numbers:
* - 0 = #ScriptListWidgets
*/
WC_AI_LIST,
WC_SCRIPT_LIST,
/**
* Goals list; %Window numbers:
@@ -650,10 +650,10 @@ enum WindowClass {
/**
* AI debug window; %Window numbers:
* - 0 = #AIDebugWidgets
* Script debug window; %Window numbers:
* - 0 = #ScriptDebugWidgets
*/
WC_AI_DEBUG,
WC_SCRIPT_DEBUG,
/**
* NewGRF inspect (debug); %Window numbers: