diff options
Diffstat (limited to 'src/modules/locale/locale.h')
| -rw-r--r-- | src/modules/locale/locale.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/locale/locale.h b/src/modules/locale/locale.h new file mode 100644 index 0000000..fd86e42 --- /dev/null +++ b/src/modules/locale/locale.h @@ -0,0 +1,11 @@ +#pragma once + +#include "option.h" + +#define FF_LOCALE_MODULE_NAME "Locale" + +bool ffPrintLocale(FFLocaleOptions* options); +void ffInitLocaleOptions(FFLocaleOptions* options); +void ffDestroyLocaleOptions(FFLocaleOptions* options); + +extern FFModuleBaseInfo ffLocaleModuleInfo; |