Add: a go-to-location button to the LandInfo window.

This commit is contained in:
frosch
2020-12-27 23:25:43 +01:00
committed by frosch
parent 1432dbac53
commit e339188ded
3 changed files with 17 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
/** Widgets of the #LandInfoWindow class. */
enum LandInfoWidgets {
WID_LI_LOCATION, ///< Scroll to location.
WID_LI_BACKGROUND, ///< Background of the window.
};