road_cmd.h
author peter1138
Tue, 07 Nov 2006 22:34:59 +0000
changeset 5054 cf05383e4df5
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7106) -Feature: Allow over-building of compatible railtypes, i.e. normal and
electrified rail. If building electrified rail, normal rail is upgraded
for you (for the normal cost).
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */