Mercurial > hg > openttd
view src/road_cmd.h @ 7481:a811420eaa26 draft
(svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 27 Aug 2007 21:33:26 +0000 |
parents | 61e17c4bac25 |
children | 6d739a5490a9 |
line wrap: on
line source
/* $Id$ */ /** @file road_cmd.h */ #ifndef ROAD_CMD_H #define ROAD_CMD_H #include "direction.h" void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt); #endif /* ROAD_CMD_H */