summaryrefslogtreecommitdiff
path: root/src/widgets/company_widget.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2019-04-06 07:46:15 +0100
committerMichael Lutz <michi@icosahedron.de>2019-05-01 21:36:27 +0200
commitc02ef3e4564b7b54d49f0827d2d7625cbc38f335 (patch)
tree1c0ee62b6ce55124b247daaafa42300bfaa932e7 /src/widgets/company_widget.h
parent21edf67f89c60351d5a0d84625455aa296b6b950 (diff)
downloadopenttd-c02ef3e4564b7b54d49f0827d2d7625cbc38f335.tar.xz
Feature: Add NotRoadTypes (NRT)
Diffstat (limited to 'src/widgets/company_widget.h')
-rw-r--r--src/widgets/company_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/company_widget.h b/src/widgets/company_widget.h
index ceb81ae19..8b0d8ee0b 100644
--- a/src/widgets/company_widget.h
+++ b/src/widgets/company_widget.h
@@ -177,6 +177,8 @@ enum CompanyInfrastructureWidgets {
WID_CI_RAIL_COUNT, ///< Count of rail.
WID_CI_ROAD_DESC, ///< Description of road.
WID_CI_ROAD_COUNT, ///< Count of road.
+ WID_CI_TRAM_DESC, ///< Description of tram.
+ WID_CI_TRAM_COUNT, ///< Count of tram.
WID_CI_WATER_DESC, ///< Description of water.
WID_CI_WATER_COUNT, ///< Count of water.
WID_CI_STATION_DESC, ///< Description of station.