summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2012-01-03 16:36:24 +0000
committertruebrain <truebrain@openttd.org>2012-01-03 16:36:24 +0000
commit34d90da509a27c4abe35c11d7f034b1e386cd968 (patch)
tree552a11c264ee5b26ad849818f50f45bf9927735c /src/window_type.h
parent18ac3f2bd89aa11fefa64bdada287a72937ab8d5 (diff)
downloadopenttd-34d90da509a27c4abe35c11d7f034b1e386cd968.tar.xz
(svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index eaf94ac47..517601e11 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -126,6 +126,13 @@ enum WindowClass {
*/
WC_CONFIRM_POPUP_QUERY,
+ /**
+ * Popup with a set of buttons, designed to ask the user a question
+ * from a GameScript. %Window numbers:
+ * - 0 = #GoalQuestionWidgets
+ */
+ WC_GOAL_QUESTION,
+
/**
* Saveload window; %Window numbers: