(svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi)

This commit is contained in:
miham
2005-02-17 07:49:31 +00:00
parent 7a690eb5fb
commit 7678a937e4
23 changed files with 27 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ typedef struct LanguagePack {
uint32 version; // 32-bits of auto generated version info which is basically a hash of strings.h
char name[32]; // the international name of this language
char own_name[32]; // the localized name of this language
char isocode[16]; // the ISO code for the language (not country code)
uint16 offsets[32]; // the offsets
char data[VARARRAY_SIZE];
} LanguagePack;