src/road_cmd.h
author rubidium
Sun, 06 Jul 2008 11:08:40 +0000
changeset 11120 373bc4028ce2
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load.
/* $Id$ */

/** @file road_cmd.h Road related functions. */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction_type.h"

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

#endif /* ROAD_CMD_H */