summaryrefslogtreecommitdiff
path: root/src/waypoint.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2009-03-13 21:49:24 +0000
committerbelugas <belugas@openttd.org>2009-03-13 21:49:24 +0000
commitc540d40be190c96722254e5e8b5117652be591fe (patch)
tree98055e83bdb668ce5ded5ae92854b4492a2b58ea /src/waypoint.h
parent0bb1fd18adaeb8cf89cc0390ea5aa2b67405e2e8 (diff)
downloadopenttd-c540d40be190c96722254e5e8b5117652be591fe.tar.xz
(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.
Diffstat (limited to 'src/waypoint.h')
-rw-r--r--src/waypoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/waypoint.h b/src/waypoint.h
index eb7bab0db..c57e793ed 100644
--- a/src/waypoint.h
+++ b/src/waypoint.h
@@ -65,5 +65,7 @@ Station *ComposeWaypointStation(TileIndex tile);
void ShowWaypointWindow(const Waypoint *wp);
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype);
void UpdateAllWaypointSigns();
+void UpdateWaypointSign(Waypoint *wp);
+void RedrawWaypointSign(const Waypoint *wp);
#endif /* WAYPOINT_H */