src/rail_gui.h
author peter1138
Tue, 12 Feb 2008 20:14:14 +0000
changeset 9043 dfcde0d0dc0a
parent 8607 d16299e657ba
child 9305 0c214cd8b39e
permissions -rw-r--r--
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
/* $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 */