(svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky.

This commit is contained in:
darkvater
2004-11-14 11:04:59 +00:00
parent 4f6fa3b468
commit 989289fadd
6 changed files with 119 additions and 9 deletions

View File

@@ -66,6 +66,7 @@ void StationPickerDrawSprite(int x, int y, int railtype, int image);
/* track_land.c */
void DrawTrainDepotSprite(int x, int y, int image, int railtype);
void DrawCheckpointSprite(int x, int y, int image);
/* road_land.c */
void DrawRoadDepotSprite(int x, int y, int image);