road_cmd.h
author rubidium
Mon, 04 Dec 2006 10:55:53 +0000
changeset 5230 660ae3a1ec4c
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7350) -Fix: do not handle the save game/scenario filename edit box when loading a game/scenario/heightmap.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */