Files @ r8266:180a5b87f5f3
Branch filter:

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

rubidium
(svn r11830) -Fix [FS#1625]: road vehicles would not wait in line, but at a single point on bridges. Based on a patch by SmatZ.
/* $Id$ */

/** @file rail_gui.h Functions/types etc. related to the rail GUI. */

#ifndef RAIL_GUI_H
#define RAIL_GUI_H

#include "rail_type.h"

void ShowBuildRailToolbar(RailType railtype, int button);
void ReinitGuiAfterToggleElrail(bool disable);

#endif /* RAIL_GUI_H */