road_cmd.h
author Darkvater
Tue, 05 Dec 2006 22:35:25 +0000
changeset 5254 0cf8d2dcc848
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7384) -Fix: No vehicle was removed in DeleteVehicleNews when the fifo-array was full. Update the
bound conditions of the loop, add an assert and also update _current_news when needed. (r3757)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */