engine_gui.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 ENGINE_GUI_H
00013 #define ENGINE_GUI_H
00014 
00015 #include "sortlist_type.h"
00016 
00017 typedef GUIList<EngineID, CargoID> GUIEngineList;
00018 
00019 typedef int CDECL EngList_SortTypeFunction(const EngineID*, const EngineID*); 
00020 void EngList_Sort(GUIEngineList *el, EngList_SortTypeFunction compare);  
00021 void EngList_SortPartial(GUIEngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items); 
00022 
00023 StringID GetEngineCategoryName(EngineID engine);
00024 StringID GetEngineInfoString(EngineID engine);
00025 
00026 void DrawVehicleEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
00027 void DrawTrainEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
00028 void DrawRoadVehEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
00029 void DrawShipEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
00030 void DrawAircraftEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
00031 
00032 #endif /* ENGINE_GUI_H */

Generated on Sat Dec 26 20:06:00 2009 for OpenTTD by  doxygen 1.5.6