OpenTTD
station_widget.h
Go to the documentation of this file.
1 /* $Id: station_widget.h 25365 2013-06-09 13:08:52Z fonsinchen $ */
2 
3 /*
4  * This file is part of OpenTTD.
5  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
6  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8  */
9 
12 #ifndef WIDGETS_STATION_WIDGET_H
13 #define WIDGETS_STATION_WIDGET_H
14 
33 };
34 
37  /* Name starts with ST instead of S, because of collision with SaveLoadWidgets */
41 
42  /* Vehicletypes need to be in order of StationFacility due to bit magic */
49 
52 
55 
57 };
58 
61  WID_JS_CAPTION, // Caption of the window.
62  WID_JS_PANEL, // Main panel.
63  WID_JS_SCROLLBAR, // Scrollbar of the panel.
64 };
65 
66 #endif /* WIDGETS_STATION_WIDGET_H */