author | rubidium |
Sun, 06 Apr 2008 12:26:40 +0000 | |
branch | noai |
changeset 9867 | b7d9ffe24f81 |
parent 9723 | eee46cb39750 |
child 9869 | 6404afe43575 |
permissions | -rw-r--r-- |
9723 | 1 |
/* $Id$ */ |
2 |
||
3 |
/** @file rail_gui.h Functions/types etc. related to the rail GUI. */ |
|
4 |
||
5 |
#ifndef RAIL_GUI_H |
|
6 |
#define RAIL_GUI_H |
|
7 |
||
8 |
#include "rail_type.h" |
|
9 |
||
10 |
void ShowBuildRailToolbar(RailType railtype, int button); |
|
11 |
void ReinitGuiAfterToggleElrail(bool disable); |
|
12 |
||
13 |
#endif /* RAIL_GUI_H */ |