engine_gui.h

Go to the documentation of this file.
00001 /* $Id: engine_gui.h 18872 2010-01-21 01:38:13Z rubidium $ */
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 ENGINE_GUI_H
00013 #define ENGINE_GUI_H
00014 
00015 #include "engine_type.h"
00016 #include "sortlist_type.h"
00017 #include "gfx_type.h"
00018 
00019 typedef GUIList<EngineID, CargoID> GUIEngineList;
00020 
00021 typedef int CDECL EngList_SortTypeFunction(const EngineID*, const EngineID*); 
00022 void EngList_Sort(GUIEngineList *el, EngList_SortTypeFunction compare);  
00023 void EngList_SortPartial(GUIEngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items); 
00024 
00025 StringID GetEngineCategoryName(EngineID engine);
00026 StringID GetEngineInfoString(EngineID engine);
00027 
00028 void DrawVehicleEngine(int left, int right, int preferred_x, int y, EngineID engine, PaletteID pal);
00029 void DrawTrainEngine(int left, int right, int preferred_x, int y, EngineID engine, PaletteID pal);
00030 void DrawRoadVehEngine(int left, int right, int preferred_x, int y, EngineID engine, PaletteID pal);
00031 void DrawShipEngine(int left, int right, int preferred_x, int y, EngineID engine, PaletteID pal);
00032 void DrawAircraftEngine(int left, int right, int preferred_x, int y, EngineID engine, PaletteID pal);
00033 
00034 #endif /* ENGINE_GUI_H */

Generated on Sun Jan 9 16:01:54 2011 for OpenTTD by  doxygen 1.6.1