src/road_cmd.h
author egladil
Sun, 25 Nov 2007 14:43:16 +0000
changeset 7965 e651c71175d6
parent 6666 41ceafa4c85e
child 8100 6bc08f98ec16
permissions -rw-r--r--
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */