road_cmd.h
author truelight
Mon, 21 Aug 2006 09:22:44 +0000
changeset 4333 2ff83c9c81fa
parent 4212 0308ef21b4e1
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6032) -Fix: when a farm is gone, remove the fields when it is full grown and should be harvest (not before that)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif