src/road_cmd.h
author rubidium
Fri, 11 Apr 2008 08:14:43 +0000
changeset 8890 8a0fa7ff70a0
parent 8100 6bc08f98ec16
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.
/* $Id$ */

/** @file road_cmd.h */

#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 */