src/road_cmd.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6719 4cc327ad39d5
child 10724 68a692eacf22
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file road_cmd.h */
     3 /** @file road_cmd.h */
     4 
     4 
     5 #ifndef ROAD_CMD_H
     5 #ifndef ROAD_CMD_H
     6 #define ROAD_CMD_H
     6 #define ROAD_CMD_H
     7 
     7 
     8 #include "direction.h"
     8 #include "direction_type.h"
     9 
     9 
    10 void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
    10 void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
    11 
    11 
    12 #endif /* ROAD_CMD_H */
    12 #endif /* ROAD_CMD_H */