diff options
Diffstat (limited to 'src/road_cmd.h')
-rw-r--r-- | src/road_cmd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/road_cmd.h b/src/road_cmd.h new file mode 100644 index 000000000..436ecd900 --- /dev/null +++ b/src/road_cmd.h @@ -0,0 +1,10 @@ +/* $Id$ */ + +#ifndef ROAD_CMD_H +#define ROAD_CMD_H + +#include "direction.h" + +void DrawRoadDepotSprite(int x, int y, DiagDirection dir); + +#endif /* ROAD_CMD_H */ |