Fix #10490: Allow ships to exit depots if another is not moving at the exit point...
[openttd-github.git] / src / widgets / league_widget.h
blobd6f7c13717f5367fa6f384ceda5872e8f786e2d5
1 /*
2 * This file is part of OpenTTD.
3 * 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.
4 * 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.
5 * 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/>.
6 */
8 /** @file league_widget.h Types related to the graph widgets. */
10 #ifndef WIDGETS_LEAGUE_WIDGET_H
11 #define WIDGETS_LEAGUE_WIDGET_H
13 /** Widget of the #PerformanceLeagueWindow class. */
14 enum PerformanceLeagueWidgets : WidgetID {
15 WID_PLT_BACKGROUND, ///< Background of the window.
18 /** Widget of the #ScriptLeagueWindow class. */
19 enum ScriptLeagueWidgets : WidgetID {
20 WID_SLT_CAPTION, ///< Caption of the window.
21 WID_SLT_BACKGROUND, ///< Background of the window.
24 #endif /* WIDGETS_LEAGUE_WIDGET_H */