src/road_internal.h
branchnoai
changeset 9869 6404afe43575
parent 9723 eee46cb39750
child 10715 6bdf79ffb022
equal deleted inserted replaced
9868:3998f2e73dda 9869:6404afe43575
    29 /**
    29 /**
    30  * Draw the catenary for tram road bits
    30  * Draw the catenary for tram road bits
    31  * @param ti   information about the tile (position, slope)
    31  * @param ti   information about the tile (position, slope)
    32  * @param tram the roadbits to draw the catenary for
    32  * @param tram the roadbits to draw the catenary for
    33  */
    33  */
    34 void DrawTramCatenary(TileInfo *ti, RoadBits tram);
    34 void DrawTramCatenary(const TileInfo *ti, RoadBits tram);
    35 
    35 
    36 #endif /* ROAD_INTERNAL_H */
    36 #endif /* ROAD_INTERNAL_H */