view src/road_gui.h @ 10123:57aa34285d05 draft

(svn r14307) -Fix: when deleting a station, remove news items regarding it
author smatz <smatz@openttd.org>
date Sat, 13 Sep 2008 10:19:51 +0000
parents 5475263e4cab
children bc7926153e19
line wrap: on
line source

/* $Id$ */

/** @file road_gui.h Functions/types related to the road GUIs. */

#ifndef ROAD_GUI_H
#define ROAD_GUI_H

#include "road_type.h"

void ShowBuildRoadToolbar(RoadType roadtype);
void ShowBuildRoadScenToolbar();

#endif /* ROAD_GUI_H */