(svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths).

This commit is contained in:
rubidium
2007-03-17 22:21:05 +00:00
parent abf601a1ef
commit 7fb3b4f83e
5 changed files with 137 additions and 86 deletions

View File

@@ -11,4 +11,7 @@ extern char _userstring[128];
void InjectDParam(int amount);
int32 GetParamInt32();
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
#endif /* STRINGS_H */