road_cmd.h
author glx
Wed, 20 Sep 2006 01:08:50 +0000
changeset 4626 ce414b54bfc3
parent 4212 85159aaf48fb
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif