Mercurial > hg > openttd
view src/road_cmd.h @ 6492:e0b6c88a6650 draft
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 18 Apr 2007 22:41:53 +0000 |
parents | ffd35446c110 |
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 */