src/road_cmd.h
branchgamebalance
changeset 9911 0b8b245a2391
parent 9908 0fa543611bbe
child 8596 27646407e0bc
equal deleted inserted replaced
9910:0b2aebc8283e 9911:0b8b245a2391
     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.h"
     9 
     9 
    10 void DrawRoadDepotSprite(int x, int y, DiagDirection dir);
    10 void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
    11 
    11 
    12 #endif /* ROAD_CMD_H */
    12 #endif /* ROAD_CMD_H */