Files @ r9469:c669ca0efed3
Branch filter:

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

rubidium
(svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.
/* $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);
int32 ResetSignalVariant(int32 = 0);

#endif /* RAIL_GUI_H */