src/road_cmd.h
author belugas
Wed, 16 Jan 2008 02:53:55 +0000
changeset 8308 bc75a4a27ec9
parent 8100 6bc08f98ec16
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r11873) -Codechange: less a few magical numbers and a tiny bit more comments on town zones
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction_type.h"

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

#endif /* ROAD_CMD_H */