|
OpenTTD Source 20251116-master-g21329071df
|
Carriage for the data we need if we want to build a bridge. More...
Data Fields | |
| BridgeType | index |
| const BridgeSpec * | spec |
| Money | cost |
Carriage for the data we need if we want to build a bridge.
Definition at line 41 of file bridge_gui.cpp.
| Money BuildBridgeData::cost |
Definition at line 44 of file bridge_gui.cpp.
| BridgeType BuildBridgeData::index |
Definition at line 42 of file bridge_gui.cpp.
| const BridgeSpec* BuildBridgeData::spec |
Definition at line 43 of file bridge_gui.cpp.