road_cmd.h
author glx
Wed, 06 Sep 2006 14:24:43 +0000
changeset 4563 f25cb91c5f14
parent 4212 0308ef21b4e1
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
-Cleanup: Removed UNITTEST preprocessor checks
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif