blob: cb239603c1ffcc7366a48ab4bbf8a5c56f2ef983 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _RCC_UI_NAMES_C
#define _RCC_UI_NAMES_H
const char *rccUiGetLanguageName(rcc_ui_context ctx, const char *lang);
const char *rccUiGetOptionName(rcc_ui_context ctx, rcc_option option);
#endif /* _RCC_UI_NAMES_H */
|