road_cmd.h
author peter1138
Tue, 05 Dec 2006 14:18:58 +0000
changeset 5248 45dba213783a
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7373) -Codechange: when removing a GRF from the list, make the next one selected, or the previous file if the last item is being removed. This makes clearing the list easier.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */