src/road_gui.h
author rubidium
Wed, 16 Jul 2008 16:05:52 +0000
branch0.6
changeset 11152 b56fd5acecaf
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r13710) [0.6] -Prepare: for 0.6.2-RC1.
/* $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 */