road_cmd.h
author rubidium
Sun, 31 Dec 2006 14:34:26 +0000
changeset 5698 6697ee90a195
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7700) -Fix (r7182): the caret 'randomly' jumped back and forth when getting a new randomised seed in the Generation World GUI.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */