summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorTELK <telk5093@gmail.com>2020-01-05 01:47:37 +0900
committerNiels Martin Hansen <nielsm@indvikleren.dk>2020-01-04 18:21:38 +0100
commite04ca904a9455afc63aa87db775fe4463ab899b7 (patch)
tree5fbdd52c01d7eaec457b4f0603992d31c83ab3de /src/script
parente7922cd078837567ca5fb2c82a585fdada71f2b8 (diff)
downloadopenttd-e04ca904a9455afc63aa87db775fe4463ab899b7.tar.xz
Feature: Minimap screenshot
Diffstat (limited to 'src/script')
-rw-r--r--src/script/api/script_window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp
index 9847f543b..2b040c8c6 100644
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -2186,6 +2186,7 @@ public:
WID_SC_TAKE_DEFAULTZOOM = ::WID_SC_TAKE_DEFAULTZOOM, ///< Button for taking a screenshot at normal zoom
WID_SC_TAKE_WORLD = ::WID_SC_TAKE_WORLD, ///< Button for taking a screenshot of the whole world
WID_SC_TAKE_HEIGHTMAP = ::WID_SC_TAKE_HEIGHTMAP, ///< Button for taking a heightmap "screenshot"
+ WID_SC_TAKE_MINIMAP = ::WID_SC_TAKE_MINIMAP, ///< Button for taking a minimap screenshot
};
/* automatically generated from ../../widgets/settings_widget.h */