equal
deleted
inserted
replaced
72 |
72 |
73 int32 RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove); |
73 int32 RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove); |
74 Station *ComposeWaypointStation(TileIndex tile); |
74 Station *ComposeWaypointStation(TileIndex tile); |
75 void ShowRenameWaypointWindow(const Waypoint *cp); |
75 void ShowRenameWaypointWindow(const Waypoint *cp); |
76 void DrawWaypointSprite(int x, int y, int image, RailType railtype); |
76 void DrawWaypointSprite(int x, int y, int image, RailType railtype); |
77 void UpdateWaypointSign(Waypoint *cp); |
|
78 void FixOldWaypoints(void); |
77 void FixOldWaypoints(void); |
79 void UpdateAllWaypointSigns(void); |
78 void UpdateAllWaypointSigns(void); |
80 void UpdateAllWaypointCustomGraphics(void); |
79 void UpdateAllWaypointCustomGraphics(void); |
81 |
80 |
82 #endif /* WAYPOINT_H */ |
81 #endif /* WAYPOINT_H */ |