(svn r10032) -Add: sort the strings in server language dropdown

This commit is contained in:
glx
2007-06-04 16:07:22 +00:00
parent 65deecb2c2
commit a816369802
4 changed files with 69 additions and 41 deletions

View File

@@ -16,4 +16,6 @@ int32 GetParamInt32();
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
int CDECL StringIDSorter(const void *a, const void *b);
#endif /* STRINGS_H */