diff options
author | Didac Perez Parera <perez.didac@gmail.com> | 2021-02-19 01:26:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 10:26:54 +0100 |
commit | 96990b2ea7e08f73d7b53207533dc3f94394ac89 (patch) | |
tree | 2e0117d2c24c91ddff6e399d492bf30186f856b2 /src/widgets | |
parent | 7577dfa57518a66e839b1b06d97ddf1dab633a06 (diff) | |
download | openttd-96990b2ea7e08f73d7b53207533dc3f94394ac89.tar.xz |
Feature: Object class selection string filtering (#8603)
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/object_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/object_widget.h b/src/widgets/object_widget.h index 9ca06e2fe..9afb783c5 100644 --- a/src/widgets/object_widget.h +++ b/src/widgets/object_widget.h @@ -12,6 +12,7 @@ /** Widgets of the #BuildObjectWindow class. */ enum BuildObjectWidgets { + WID_BO_FILTER, ///< The filter text box for the object list. WID_BO_CLASS_LIST, ///< The list with classes. WID_BO_SCROLLBAR, ///< The scrollbar associated with the list. WID_BO_OBJECT_MATRIX, ///< The matrix with preview sprites. |