src/road_cmd.h
author rubidium
Mon, 13 Oct 2008 03:26:48 +0000
changeset 10233 ac41e2898d9b
parent 9111 48ce04029fe4
child 10289 801e5451f0ca
permissions -rw-r--r--
(svn r14461) -Document: add some doxygen comments (Albert)
/* $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 */