summaryrefslogtreecommitdiff
path: root/src/script/api/script_goal.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-07-13 06:38:54 +0000
committerrubidium <rubidium@openttd.org>2013-07-13 06:38:54 +0000
commitfac0bc4176503643e3cc297d2f2d8bd9bb2f451a (patch)
tree3bccc43617084f1305bbbe1c2425faf812fe0dfe /src/script/api/script_goal.hpp
parente6ae8cf420b54f71cd5306befa4a48df35de4c63 (diff)
downloadopenttd-fac0bc4176503643e3cc297d2f2d8bd9bb2f451a.tar.xz
(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts
Diffstat (limited to 'src/script/api/script_goal.hpp')
-rw-r--r--src/script/api/script_goal.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/api/script_goal.hpp b/src/script/api/script_goal.hpp
index 5416fadf3..d47dbeb42 100644
--- a/src/script/api/script_goal.hpp
+++ b/src/script/api/script_goal.hpp
@@ -57,6 +57,9 @@ public:
QT_ERROR, ///< Showing an error; title: Error.
};
+ /**
+ * Types of buttons that can be in the question window.
+ */
enum QuestionButton {
/* Note: these values represent part of the string list starting with STR_GOAL_QUESTION_BUTTON_CANCEL */
BUTTON_CANCEL = (1 << 0), ///< Cancel button.