road_cmd.h
author glx
Wed, 06 Sep 2006 13:58:31 +0000
changeset 4562 48ab394a84e8
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6410) -remove unittest
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif