road_cmd.h
author peter1138
Mon, 07 Aug 2006 06:21:59 +0000
changeset 4233 5281a2fe51cc
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r5798) - Fix [r5062]: When expanding a town, the test to check if a tile is a
road depot also excluded all non-road tile types (i.e. bridges/tunnels
with road.) Thanks to Graphite for finding this.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif