summaryrefslogtreecommitdiff
path: root/src/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings.h')
-rw-r--r--src/strings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings.h b/src/strings.h
index fb2c3ed88..56893346c 100644
--- a/src/strings.h
+++ b/src/strings.h
@@ -11,4 +11,7 @@ extern char _userstring[128];
void InjectDParam(int amount);
int32 GetParamInt32();
+bool ReadLanguagePack(int index);
+void InitializeLanguagePacks();
+
#endif /* STRINGS_H */