summaryrefslogtreecommitdiff
path: root/road_cmd.h
blob: 436ecd900110eb65d932d10118fd3ede628923e8 (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */