00001 00002 /* $Id$ */ 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 00022 #endif /* WIDGETS_GOAL_WIDGET_H */