src/road_cmd.h
author rubidium
Wed, 29 Aug 2007 21:27:16 +0000
changeset 7984 c539c9368e3c
parent 7162 b769c2b45103
child 8596 27646407e0bc
permissions -rw-r--r--
(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);

#endif /* ROAD_CMD_H */