diff options
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,6 +48,12 @@ void InitGlobalPathEnv(); /** * @brief * + */ +void InitLocale(); + +/** + * @brief + * * @param args */ void InitGlobalBasicalEnv(const GFCxtWPtr &, bool); |