src/road_cmd.h
author rubidium
Sun, 23 Sep 2007 11:05:11 +0000
changeset 7620 e6b07f259eff
parent 6666 41ceafa4c85e
child 8100 6bc08f98ec16
permissions -rw-r--r--
(svn r11150) -Fix [FS#1202]: NewGRF action 3 does not necessarily need an action 1 to be defined. Patch by frosch.
/* $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 */