(svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files

This commit is contained in:
rubidium
2011-12-17 18:34:03 +00:00
parent 6dc2b3b86a
commit 67c9d930f2
5 changed files with 1062 additions and 1014 deletions

View File

@@ -30,9 +30,9 @@ struct CmdStruct {
CmdFlags flags;
};
static void EmitSingleChar(Buffer *buffer, char *buf, int value);
static void EmitPlural(Buffer *buffer, char *buf, int value);
static void EmitGender(Buffer *buffer, char *buf, int value);
extern void EmitSingleChar(Buffer *buffer, char *buf, int value);
extern void EmitPlural(Buffer *buffer, char *buf, int value);
extern void EmitGender(Buffer *buffer, char *buf, int value);
static const CmdStruct _cmd_structs[] = {
/* Font size */