src/road_cmd.h
author peter1138
Wed, 28 May 2008 17:08:45 +0000
changeset 9402 4eb0f983b218
parent 9111 48ce04029fe4
child 10289 801e5451f0ca
permissions -rw-r--r--
(svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
/* $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 */