road_cmd.h
author Darkvater
Thu, 21 Dec 2006 11:34:50 +0000
changeset 5354 a48fc9a710f5
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */