src/road_gui.h
author frosch
Tue, 16 Dec 2008 20:15:36 +0000
changeset 10429 b81d72d5b44a
parent 8111 02d19f43eea6
permissions -rw-r--r--
(svn r14682) -Fix (r14672): Check the correct savegame version. (Thanks SmatZ)
/* $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 */