road_cmd.h
author bjarni
Mon, 28 Aug 2006 06:18:35 +0000
changeset 4427 cacdecf56fdf
parent 4212 0308ef21b4e1
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6182) -Code cleanup: replaced one (1 << 8) with SHARE_FLAG (missed in r6167)
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif