src/road_cmd.h
author peter1138
Thu, 31 Jan 2008 23:04:45 +0000
changeset 8958 b2c67df4bcc0
parent 8596 27646407e0bc
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12032) -Fix: When removing a statue, remove town statue flag for the statue owner, not current player.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction_type.h"

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

#endif /* ROAD_CMD_H */