src/road_cmd.h
author rubidium
Fri, 20 Apr 2007 08:00:30 +0000
changeset 6500 f12678890222
parent 6393 e1e4939d19b5
child 6666 41ceafa4c85e
permissions -rw-r--r--
(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains.
/* $Id$ */

/** @file road_cmd.h */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */