From 69265961749780e252e144d1f815c0fdda435b8a Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 25 Mar 2013 08:29:06 +0000 Subject: More new data names translation (most cases should be covered now). Also done a few cleanup here and there... --- source/blender/blenfont/BLF_translation.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/blender/blenfont') diff --git a/source/blender/blenfont/BLF_translation.h b/source/blender/blenfont/BLF_translation.h index f59d3409b65..f7d2a306315 100644 --- a/source/blender/blenfont/BLF_translation.h +++ b/source/blender/blenfont/BLF_translation.h @@ -37,6 +37,10 @@ #define TEXT_DOMAIN_NAME "blender" +#ifdef __cplusplus +extern "C" { +#endif + /* blf_lang.c */ /* Search the path directory to the locale files, this try all @@ -218,4 +222,8 @@ typedef struct {NULL, NULL, NULL} \ } +#ifdef __cplusplus +}; +#endif + #endif /* __BLF_TRANSLATION_H__ */ -- cgit v1.2.3