road_cmd.h
author tron
Sat, 05 Aug 2006 16:57:39 +0000
changeset 4226 10d7608f4c6c
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r5772) Road depots always have an player as owner, so remove an useless check
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif