road_cmd.h
author matthijs
Fri, 29 Dec 2006 21:26:32 +0000
changeset 5421 bd1b71c8a56a
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */