src/road_cmd.h
author rubidium
Mon, 12 Feb 2007 12:52:37 +0000
changeset 5986 6364a078d30c
parent 5475 2e6990a8c7c4
child 6393 e1e4939d19b5
permissions -rw-r--r--
(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

void DrawRoadDepotSprite(int x, int y, DiagDirection dir);

#endif /* ROAD_CMD_H */