tron@4212: /* $Id$ */ tron@4212: tron@4212: #ifndef ROAD_CMD_H tron@4212: #define ROAD_CMD_H tron@4212: tron@4212: #include "direction.h" tron@4212: tron@4212: void DrawRoadDepotSprite(int x, int y, DiagDirection dir); tron@4212: peter1138@4666: #endif /* ROAD_CMD_H */