Mercurial > hg > openttd
view src/road_cmd.h @ 6393:ffd35446c110 draft
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
author | belugas <belugas@openttd.org> |
---|---|
date | Wed, 28 Mar 2007 20:41:35 +0000 |
parents | eabf4b86aed6 |
children | 61e17c4bac25 |
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); #endif /* ROAD_CMD_H */