(svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -138,4 +138,14 @@ struct LanguageWriter {
|
||||
void WriteLang(const StringData &data);
|
||||
};
|
||||
|
||||
void CDECL strgen_warning(const char *s, ...) WARN_FORMAT(1, 2);
|
||||
void CDECL strgen_error(const char *s, ...) WARN_FORMAT(1, 2);
|
||||
void NORETURN CDECL strgen_fatal(const char *s, ...) WARN_FORMAT(1, 2);
|
||||
char *ParseWord(char **buf);
|
||||
|
||||
extern const char *_file;
|
||||
extern int _cur_line;
|
||||
extern int _errors, _warnings, _show_todo;
|
||||
extern LanguagePackHeader _lang;
|
||||
|
||||
#endif /* STRGEN_H */
|
||||
|
1030
src/strgen/strgen_base.cpp
Normal file
1030
src/strgen/strgen_base.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user