terraform_widget.h

Go to the documentation of this file.
00001 /* $Id$ */
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_TERRAFORM_WIDGET_H
00013 #define WIDGETS_TERRAFORM_WIDGET_H
00014 
00016 enum TerraformToolbarWidgets {
00017   WID_TT_SHOW_PLACE_OBJECT,                 
00018   WID_TT_BUTTONS_START,                     
00019   WID_TT_LOWER_LAND = WID_TT_BUTTONS_START, 
00020   WID_TT_RAISE_LAND,                        
00021   WID_TT_LEVEL_LAND,                        
00022   WID_TT_DEMOLISH,                          
00023   WID_TT_BUY_LAND,                          
00024   WID_TT_PLANT_TREES,                       
00025   WID_TT_PLACE_SIGN,                        
00026   WID_TT_PLACE_OBJECT,                      
00027 };
00028 
00030 enum EditorTerraformToolbarWidgets {
00031   WID_ETT_SHOW_PLACE_DESERT,                   
00032   WID_ETT_START,                               
00033   WID_ETT_DOTS = WID_ETT_START,                
00034   WID_ETT_BUTTONS_START,                       
00035   WID_ETT_DEMOLISH = WID_ETT_BUTTONS_START,    
00036   WID_ETT_LOWER_LAND,                          
00037   WID_ETT_RAISE_LAND,                          
00038   WID_ETT_LEVEL_LAND,                          
00039   WID_ETT_PLACE_ROCKS,                         
00040   WID_ETT_PLACE_DESERT,                        
00041   WID_ETT_PLACE_OBJECT,                        
00042   WID_ETT_BUTTONS_END,                         
00043   WID_ETT_INCREASE_SIZE = WID_ETT_BUTTONS_END, 
00044   WID_ETT_DECREASE_SIZE,                       
00045   WID_ETT_NEW_SCENARIO,                        
00046   WID_ETT_RESET_LANDSCAPE,                     
00047 };
00048 
00049 #endif /* WIDGETS_TERRAFORM_WIDGET_H */