road_cmd.h
author KUDr
Fri, 29 Dec 2006 17:51:16 +0000
changeset 5417 a0224e6cedd1
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7620) -Fix: [OPF] signal update was incorrectly propagated:
- through incompatible rail types
- from under bridge track to the bridge ramp (peter1138)
- same for tunnels (from track on top of tunnel entry to the tunnel)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */