Feature: Add NotRoadTypes (NRT)
This commit is contained in:
@@ -15,9 +15,13 @@
|
||||
#include "road_type.h"
|
||||
#include "tile_type.h"
|
||||
#include "direction_type.h"
|
||||
#include "widgets/dropdown_type.h"
|
||||
|
||||
struct Window *ShowBuildRoadToolbar(RoadType roadtype);
|
||||
struct Window *ShowBuildRoadScenToolbar();
|
||||
struct Window *ShowBuildRoadScenToolbar(RoadType roadtype);
|
||||
void ConnectRoadToStructure(TileIndex tile, DiagDirection direction);
|
||||
DropDownList GetRoadTypeDropDownList(RoadTramTypes rtts, bool for_replacement = false, bool all_option = false);
|
||||
DropDownList GetScenRoadTypeDropDownList(RoadTramTypes rtts);
|
||||
void InitializeRoadGUI();
|
||||
|
||||
#endif /* ROAD_GUI_H */
|
||||
|
Reference in New Issue
Block a user