road_cmd.h
author miham
Fri, 08 Dec 2006 19:57:38 +0000
changeset 5289 1c7b29c907f3
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(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 */