road_cmd.h
author rubidium
Thu, 24 Aug 2006 10:19:59 +0000
changeset 4369 3812b4335df9
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the dedicated server always generating the same map. Thanks to the #openttdcoop team for detecting.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif