Files @ r8575:68e9cd8ed4a9
Branch filter:

Location: cpp/openttd-patchpack/source/src/road_cmd.h

smatz
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction_type.h"

void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);

#endif /* ROAD_CMD_H */