waypoint.h
changeset 2817 cdf488223c23
parent 2670 f2d6a8424e3e
child 3239 9b1030ac7d83
equal deleted inserted replaced
2816:9b55f64bff29 2817:cdf488223c23
    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 */