road_cmd.h
author glx
Mon, 04 Dec 2006 16:14:10 +0000
changeset 5239 f1d51fcc0aa7
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7360) -Cleanup r7357: Update STR_NEWGRF_FILENAME and STR_NEWGRF_GRF_ID in all languages
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */