Files @ r9964:c2a3e9be6d4b
Branch filter:

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

belugas
(svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing
/* $Id$ */

/** @file road_cmd.h Road related functions. */

#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 */