(svn r21343) -Add: Function that compares strings using case insensitive natural sort.

This commit is contained in:
terkhen
2010-11-27 22:47:29 +00:00
parent a2280fca68
commit 5139fa9a23
6 changed files with 79 additions and 4 deletions

View File

@@ -110,4 +110,6 @@ struct StringIDCompare
void CheckForMissingGlyphsInLoadedLanguagePack();
int strnatcmp(const char *s1, const char *s2);
#endif /* STRINGS_TYPE_H */