(svn r7438) [Translations] Manually transformed previously supressed hungarian chars to proper ones (they were previously suppressed because they did not fit into iso8859-15)
/* $Id$ */
#ifndef ROAD_CMD_H
#define ROAD_CMD_H
#include "direction.h"
void DrawRoadDepotSprite(int x, int y, DiagDirection dir);
#endif /* ROAD_CMD_H */