#include "stdafx.h"
#include "order_func.h"
#include "window_func.h"
#include "newgrf_station.h"
#include "waypoint_base.h"
Go to the source code of this file.
Functions | |
void | DrawWaypointSprite (int x, int y, int stat_id, RailType railtype) |
Draw a waypoint. |
Definition in file waypoint.cpp.
void DrawWaypointSprite | ( | int | x, | |
int | y, | |||
int | stat_id, | |||
RailType | railtype | |||
) |
Draw a waypoint.
x | coordinate | |
y | coordinate | |
stat_id | station id | |
railtype | RailType to use for |
Definition at line 26 of file waypoint.cpp.
References AXIS_X, DrawStationTile(), INVALID_ROADTYPE, and STAT_CLASS_WAYP.