mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
13 lines
197 B
C
13 lines
197 B
C
/* $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 */
|