From 7fb3b4f83e9348c87924dd258afdb51a724467b7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Mar 2007 22:21:05 +0000 Subject: (svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths). --- src/strings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/strings.h') 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 */ -- cgit v1.2.3-54-g00ecf