diff options
Diffstat (limited to 'src/widgets/tree_widget.h')
-rw-r--r-- | src/widgets/tree_widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/tree_widget.h b/src/widgets/tree_widget.h index 7474667a8..2cfc38ad4 100644 --- a/src/widgets/tree_widget.h +++ b/src/widgets/tree_widget.h @@ -14,6 +14,9 @@ enum BuildTreesWidgets { WID_BT_TYPE_RANDOM, ///< Button to build random type of tree. WID_BT_SE_PANE, ///< Selection pane to show/hide scenario editor tools. + WID_BT_MODE_NORMAL, ///< Select normal/rectangle planting mode. + WID_BT_MODE_FOREST_SM, ///< Select small forest planting mode. + WID_BT_MODE_FOREST_LG, ///< Select large forest planting mode. WID_BT_MANY_RANDOM, ///< Button to build many random trees. WID_BT_TYPE_BUTTON_FIRST, ///< First tree type selection button. (This must be last in the enum.) }; |