blob: c5d98daf2d88a4db76e5df71764b728bce32ab92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $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 */
|