summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-17 18:34:03 +0000
committerrubidium <rubidium@openttd.org>2011-12-17 18:34:03 +0000
commit1f083c3ac8961158cf7788a625e1786960d590d4 (patch)
treef7c33084901af698c52c51c72c9009d5f5e5711e /src/table
parentc97b2a5224e350380e5f31b0612bf057d1a689ab (diff)
downloadopenttd-1f083c3ac8961158cf7788a625e1786960d590d4.tar.xz
(svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files
Diffstat (limited to 'src/table')
-rw-r--r--src/table/strgen_tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h
index bed658eac..64a6da87e 100644
--- a/src/table/strgen_tables.h
+++ b/src/table/strgen_tables.h
@@ -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 */