src/road_cmd.h
author truebrain
Wed, 27 Feb 2008 19:58:17 +0000
branchnoai
changeset 9791 71367fffd9e8
parent 9723 eee46cb39750
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12292) [NoAI] -Fix: no need to print GetName twice for Engine in regression
/* $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 */