src/rail_gui.h
author skidd13
Thu, 24 Jan 2008 18:35:35 +0000
changeset 8408 cab5989c2ce2
parent 8111 02d19f43eea6
child 8809 e0d09d74e805
permissions -rw-r--r--
(svn r11978) -Codechange: Replace some global variables with window owned ones
/* $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 */