src/road_cmd.h
author peter1138
Thu, 19 Jul 2007 17:28:55 +0000
changeset 7287 88e6b96765d6
parent 6666 41ceafa4c85e
child 8100 6bc08f98ec16
permissions -rw-r--r--
(svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way.
/* $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 */