road_cmd.h
author rubidium
Sat, 09 Dec 2006 14:18:08 +0000
changeset 5299 cf162c141e2f
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7452) -Fix: GetRandom(Industry|Town) must return a valid industry/town and should not need to loop over the pool for a second time.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */