Mercurial > hg > openttd
view src/road_cmd.h @ 6773:746c984c2dfe draft
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
author | maedhros <maedhros@openttd.org> |
---|---|
date | Fri, 01 Jun 2007 12:03:10 +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 */