src/road_cmd.h
author Tero Marttila <terom@fixme.fi>
Fri, 18 Jul 2008 22:41:08 +0300
changeset 11177 6d9a43c48924
parent 10429 1b99254f9607
permissions -rw-r--r--
set the GRFConfig's next ptr to NULL
/* $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 */