goal_widget.h

Go to the documentation of this file.
00001 
00002 /* $Id: goal_widget.h 25623 2013-07-21 15:59:07Z zuu $ */
00003 
00004 /*
00005  * This file is part of OpenTTD.
00006  * 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.
00007  * 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.
00008  * 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/>.
00009  */
00010 
00013 #ifndef WIDGETS_GOAL_WIDGET_H
00014 #define WIDGETS_GOAL_WIDGET_H
00015 
00017 enum GoalListWidgets {
00018   WID_GOAL_CAPTION,   
00019   WID_GOAL_LIST,      
00020   WID_GOAL_SCROLLBAR, 
00021 };
00022 
00024 enum GoalQuestionWidgets {
00025   WID_GQ_CAPTION,  
00026   WID_GQ_QUESTION, 
00027   WID_GQ_BUTTONS,  
00028   WID_GQ_BUTTON_1, 
00029   WID_GQ_BUTTON_2, 
00030   WID_GQ_BUTTON_3, 
00031 };
00032 
00033 #endif /* WIDGETS_GOAL_WIDGET_H */