road_cmd.h
author rubidium
Sun, 03 Sep 2006 22:07:28 +0000
changeset 4536 d532b2611952
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif