src/road_cmd.h
author peter1138
Wed, 28 May 2008 17:29:27 +0000
changeset 9403 8cfca59c11f1
parent 9111 48ce04029fe4
child 10289 801e5451f0ca
permissions -rw-r--r--
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
/* $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 */