summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-05-24 19:11:20 +0000
committeralberth <alberth@openttd.org>2014-05-24 19:11:20 +0000
commit8755c26793e9ba8f49cef7303e7b7517c69231e9 (patch)
tree4bf06669668ce8c3e1aff6fb8f422caa193c69c1 /src/window_type.h
parent8e87ae9120351bb9c9135328b57f5034be028b58 (diff)
downloadopenttd-8755c26793e9ba8f49cef7303e7b7517c69231e9.tar.xz
(svn r26610) -Feature: Select an editable preset name for saving.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 9727cf9f1..a8a8128f5 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -670,11 +670,17 @@ enum WindowClass {
WC_SPRITE_ALIGNER,
/**
- * Linkgraph legend; Window numbers:
+ * Linkgraph legend; %Window numbers:
* - 0 = #LinkGraphWidgets
*/
WC_LINKGRAPH_LEGEND,
+ /**
+ * Save preset; %Window numbers:
+ * - 0 = #SavePresetWidgets
+ */
+ WC_SAVE_PRESET,
+
WC_INVALID = 0xFFFF, ///< Invalid window.
};