src/road_cmd.h
branchnoai
changeset 9723 eee46cb39750
parent 9624 b71483f2330f
child 10429 1b99254f9607
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     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 */