forked from mirror/OpenTTD
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI
This commit is contained in:
@@ -100,7 +100,7 @@ extern DynamicLanguages _dynlang; // defined in strings.cpp
|
||||
bool ReadLanguagePack(int index);
|
||||
void InitializeLanguagePacks();
|
||||
|
||||
int CDECL StringIDSorter(const void *a, const void *b);
|
||||
int CDECL StringIDSorter(const StringID *a, const StringID *b);
|
||||
|
||||
/** Key comparison function for std::map */
|
||||
struct StringIDCompare
|
||||
|
Reference in New Issue
Block a user