road_cmd.h
author truelight
Fri, 10 Aug 2007 18:01:19 +0000
branch0.5
changeset 5532 f41abb02ba54
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r10843) [0.5] -Fix r10842: a few strings didn't make it through the automated sync system (more to come though)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */