goal_widget.h

Go to the documentation of this file.
00001 
00002 /* $Id: goal_widget.h 23738 2012-01-03 20:38:41Z truebrain $ */
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_GL_PANEL,     
00019   WID_GL_SCROLLBAR, 
00020 };
00021 
00023 enum GoalQuestionWidgets {
00024   WID_GQ_QUESTION, 
00025   WID_GQ_BUTTONS,  
00026   WID_GQ_BUTTON_1, 
00027   WID_GQ_BUTTON_2, 
00028   WID_GQ_BUTTON_3, 
00029 };
00030 
00031 #endif /* WIDGETS_GOAL_WIDGET_H */