diff options
Diffstat (limited to 'src/strings.h')
-rw-r--r-- | src/strings.h | 2 |
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 */ |