(svn r26799) -Codechange: Export vehicle sorting data and functions.
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
||||
uint GetEngineListHeight(VehicleType type);
|
||||
void DrawEngineList(VehicleType type, int x, int r, int y, const GUIEngineList *eng_list, uint16 min, uint16 max, EngineID selected_id, bool show_count, GroupID selected_group);
|
||||
|
||||
static int CDECL EngineNumberSorter(const EngineID *a, const EngineID *b)
|
||||
|
Reference in New Issue
Block a user