Files @ r11679:85c8ce63beba
Branch filter:

Location: cpp/openttd-patchpack/source/src/road_gui.h

translators
(svn r16069) -Update: WebTranslator2 update to 2009-04-16 17:52:36
brazilian_portuguese - 12 fixed by tucalipe (12)
korean - 8 fixed by darkttd (8)
slovenian - 10 fixed by Necrolyte (10)
/* $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 */