(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metadata about a language, and keep the language metadata in memory instead of loading it several times from disk

This commit is contained in:
rubidium
2010-11-13 11:11:02 +00:00
parent 239fcc8ccd
commit f195920695
9 changed files with 41 additions and 56 deletions

View File

@@ -16,7 +16,7 @@
#include "../core/mem_func.hpp"
#include "../string_func.h"
#include "../strings_type.h"
#include "strgen.h"
#include "../language.h"
#include "../table/control_codes.h"
#include <stdarg.h>