(svn r13524) -Codechange: use the typesafe QSort for vehicle sortings
-Prepare: vehicles sorting for convsersion to GUIList
/* $Id$ *//** @file autoreplace_type.h Types related to autoreplacing. */#ifndef AUTOREPLACE_TYPE_H#define AUTOREPLACE_TYPE_Hstruct EngineRenew;/** * A list to group EngineRenew directives together (such as per-player). */typedef EngineRenew* EngineRenewList;#endif /* AUTOREPLACE_TYPE_H */