OpenTTD
goal_widget.h
Go to the documentation of this file.
1 
2 /* $Id: goal_widget.h 25623 2013-07-21 15:59:07Z zuu $ */
3 
4 /*
5  * This file is part of OpenTTD.
6  * 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.
7  * 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.
8  * 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/>.
9  */
10 
13 #ifndef WIDGETS_GOAL_WIDGET_H
14 #define WIDGETS_GOAL_WIDGET_H
15 
21 };
22 
31 };
32 
33 #endif /* WIDGETS_GOAL_WIDGET_H */