road_cmd.h
author rubidium
Sat, 30 Dec 2006 21:41:15 +0000
changeset 5689 430135ca34f3
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7657) -Fix (r6291): 'Goto Depot' did not work for helicopters going to an airport without depot (mart3p).
/* $Id$ */

#ifndef ROAD_CMD_H
#define ROAD_CMD_H

#include "direction.h"

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

#endif /* ROAD_CMD_H */