Import measurement patch

http://www.tt-forums.net/viewtopic.php?p=1086160#p1086160
This commit is contained in:
patch-import
2015-08-02 21:02:56 +01:00
committed by Jonathan G Rennison
parent 67366cf03d
commit 9dfdd8bce8
6 changed files with 67 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ enum TerraformToolbarWidgets {
WID_TT_DEMOLISH, ///< Demolish aka dynamite button.
WID_TT_BUY_LAND, ///< Buy land button.
WID_TT_PLANT_TREES, ///< Plant trees button (note: opens separate window, no place-push-button).
WID_TT_MEASUREMENT_TOOL, ///< Ruler tool button
WID_TT_PLACE_SIGN, ///< Place sign button.
WID_TT_PLACE_OBJECT, ///< Place object button.
};