summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-17 20:34:09 +0000
committerrubidium <rubidium@openttd.org>2009-10-17 20:34:09 +0000
commitd5d23542960c5c090c4b7593d156a008b3d84914 (patch)
tree6f9b9dea08f72511637e41f43acf6ff6d55ccc73 /src/strings_func.h
parentf7944f555441182dc07f30725c9ec8962582418b (diff)
downloadopenttd-d5d23542960c5c090c4b7593d156a008b3d84914.tar.xz
(svn r17790) -Feature: translatable base sound/graphics set descriptions
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index e4b1cd3bd..e9a22288d 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -99,6 +99,7 @@ extern DynamicLanguages _dynlang; // defined in strings.cpp
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
+const char *GetCurrentLanguageIsoCode();
int CDECL StringIDSorter(const StringID *a, const StringID *b);