Make it possible to stop road vehicles from slowing down in curves so "diagonal"...
[openttd-joker.git] / src / widgets / statusbar_widget.h
blob7d21b149b879c3bf240e58575b5b04e778a55f90
1 /* $Id: statusbar_widget.h 24663 2012-11-05 19:45:45Z frosch $ */
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 */
10 /** @file statusbar_widget.h Types related to the statusbar widgets. */
12 #ifndef WIDGETS_STATUSBAR_WIDGET_H
13 #define WIDGETS_STATUSBAR_WIDGET_H
15 /** Widgets of the #StatusBarWindow class. */
16 enum StatusbarWidgets {
17 WID_S_LEFT, ///< Left part of the statusbar; date is shown there.
18 WID_S_MIDDLE, ///< Middle part; current news or company name or *** SAVING *** or *** PAUSED ***.
19 WID_S_RIGHT, ///< Right part; bank balance.
22 #endif /* WIDGETS_STATUSBAR_WIDGET_H */