00001 /* $Id: engine_gui.h 13314 2008-05-28 17:29:27Z peter1138 $ */ 00002 00005 #ifndef ENGINE_GUI_H 00006 #define ENGINE_GUI_H 00007 00008 #include "sortlist_type.h" 00009 00010 typedef GUIList<EngineID> GUIEngineList; 00011 00012 typedef int CDECL EngList_SortTypeFunction(const void*, const void*); 00013 void EngList_Sort(GUIEngineList *el, EngList_SortTypeFunction compare); 00014 void EngList_SortPartial(GUIEngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items); 00015 00016 #endif /* ENGINE_GUI_H */