(svn r7415) -Codechange: Don't use typedef enum for simple widget enumerators when we will never use
their type anyways.
/* $Id$ */
#ifndef ROAD_CMD_H
#define ROAD_CMD_H
#include "direction.h"
void DrawRoadDepotSprite(int x, int y, DiagDirection dir);
#endif /* ROAD_CMD_H */