road_cmd.h
author Darkvater
Sun, 03 Sep 2006 21:53:32 +0000
changeset 4535 08791858ea23
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6364) -Codechange: forgot to set the $Revision$ keyword on ottdres.rc in r6358. Doh
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif