road_cmd.h
author peter1138
Fri, 27 Oct 2006 14:05:42 +0000
changeset 4964 0ef1eb7e7f35
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */