fios_widget.h

Go to the documentation of this file.
00001 /* $Id: fios_widget.h 23600 2011-12-19 20:46:17Z truebrain $ */
00002 
00003 /*
00004  * This file is part of OpenTTD.
00005  * 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.
00006  * 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.
00007  * 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/>.
00008  */
00009 
00012 #ifndef WIDGETS_FIOS_WIDGET_H
00013 #define WIDGETS_FIOS_WIDGET_H
00014 
00016 enum SaveLoadWidgets {
00017   WID_SL_CAPTION,                 
00018   WID_SL_SORT_BYNAME,             
00019   WID_SL_SORT_BYDATE,             
00020   WID_SL_BACKGROUND,              
00021   WID_SL_FILE_BACKGROUND,         
00022   WID_SL_HOME_BUTTON,             
00023   WID_SL_DRIVES_DIRECTORIES_LIST, 
00024   WID_SL_SCROLLBAR,               
00025   WID_SL_CONTENT_DOWNLOAD,        
00026   WID_SL_SAVE_OSK_TITLE,          
00027   WID_SL_DELETE_SELECTION,        
00028   WID_SL_SAVE_GAME,               
00029   WID_SL_CONTENT_DOWNLOAD_SEL,    
00030   WID_SL_DETAILS,                 
00031   WID_SL_NEWGRF_INFO,             
00032   WID_SL_LOAD_BUTTON,             
00033   WID_SL_MISSING_NEWGRFS,         
00034 };
00035 
00036 #endif /* WIDGETS_FIOS_WIDGET_H */