road_cmd.h
author rubidium
Fri, 11 Aug 2006 09:42:12 +0000
changeset 4249 cc919af15ec3
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r5841) -Fix r5794: use the height of the edge of the map for shadows of disasters that are outside the map
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif