summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index c69e44cd0..150ce7dfb 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -439,6 +439,12 @@ enum WindowClass {
WC_SCEN_LAND_GEN,
/**
+ * Underground (in game); %Window numbers:
+ * - 0 = #UndergroundToolbarWidgets
+ */
+ WC_UNDERGROUND,
+
+ /**
* Generate landscape (newgame); %Window numbers:
* - GLWM_SCENARIO = #CreateScenarioWidgets
* - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets
@@ -664,6 +670,11 @@ enum WindowClass {
*/
WC_SPRITE_ALIGNER,
+ /**
+ * Departure boards
+ */
+ WC_DEPARTURES_BOARD,
+
WC_INVALID = 0xFFFF, ///< Invalid window.
};