src/rail_gui.h
author peter1138
Thu, 31 Jan 2008 23:04:45 +0000
changeset 8958 b2c67df4bcc0
parent 8607 d16299e657ba
child 9305 0c214cd8b39e
permissions -rw-r--r--
(svn r12032) -Fix: When removing a statue, remove town statue flag for the statue owner, not current player.
/* $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 */