functions.h
changeset 2261 3f78323707bb
parent 2234 d44294cfea36
child 2283 bbf48bc7afda
equal deleted inserted replaced
2260:3e97367f7cbc 2261:3f78323707bb
    58 /* station_land.c */
    58 /* station_land.c */
    59 void StationPickerDrawSprite(int x, int y, int railtype, int image);
    59 void StationPickerDrawSprite(int x, int y, int railtype, int image);
    60 
    60 
    61 /* track_land.c */
    61 /* track_land.c */
    62 void DrawTrainDepotSprite(int x, int y, int image, int railtype);
    62 void DrawTrainDepotSprite(int x, int y, int image, int railtype);
       
    63 void DrawDefaultWaypointSprite(int x, int y, int railtype);
    63 
    64 
    64 /* road_land.c */
    65 /* road_land.c */
    65 void DrawRoadDepotSprite(int x, int y, int image);
    66 void DrawRoadDepotSprite(int x, int y, int image);
    66 
    67 
    67 /* water_land.c */
    68 /* water_land.c */