summaryrefslogtreecommitdiff
path: root/src/strings.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-06-04 16:07:22 +0000
committerglx <glx@openttd.org>2007-06-04 16:07:22 +0000
commita816369802a160cfbccbb966a8a402aad350cd73 (patch)
treed201cb22a10fec046b45e4b47074038bb3b7b91a /src/strings.h
parent65deecb2c21b36775e6780ce224993b489be020c (diff)
downloadopenttd-a816369802a160cfbccbb966a8a402aad350cd73.tar.xz
(svn r10032) -Add: sort the strings in server language dropdown
Diffstat (limited to 'src/strings.h')
-rw-r--r--src/strings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings.h b/src/strings.h
index 3b220f4ba..22ec9f39d 100644
--- a/src/strings.h
+++ b/src/strings.h
@@ -16,4 +16,6 @@ int32 GetParamInt32();
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
+int CDECL StringIDSorter(const void *a, const void *b);
+
#endif /* STRINGS_H */