src/rail_gui.h
author rubidium
Sun, 08 Jun 2008 10:51:36 +0000
changeset 9476 902f9cf6373f
parent 8809 e0d09d74e805
permissions -rw-r--r--
(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
/* $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 */