road_cmd.h
author belugas
Thu, 09 Nov 2006 18:31:06 +0000
changeset 5065 4eb70462512d
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7121) -Fix(r1): Tell the town that this player has built a statue only if it really did happened
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */