src/rail_gui.h
author belugas
Mon, 18 Feb 2008 20:59:04 +0000
changeset 9096 6dedf7e114d0
parent 8607 d16299e657ba
child 9305 0c214cd8b39e
permissions -rw-r--r--
(svn r12181) -Change: update some documentation.
/* $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 */