road_cmd.h
author peter1138
Thu, 07 Dec 2006 22:31:20 +0000
changeset 5282 361a10cbf4f3
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7431) -Fix (r7418): GUI glitch when viewing other player's vehicle lists: bottom panel continued behind resize button.
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */