forked from PretendoNetwork/Inkay
feat: switch config to C API and add missing strings
~40% bianry size reduction from RTTI/exceptions overhead
This commit is contained in:
parent
e5020b88d0
commit
ccf5370f84
15 changed files with 171 additions and 135 deletions
|
|
@ -37,6 +37,11 @@ struct config_strings {
|
|||
std::string_view multiplayer_port_display;
|
||||
std::string_view module_not_found;
|
||||
std::string_view module_init_not_found;
|
||||
std::string_view setting_yes;
|
||||
std::string_view setting_no;
|
||||
std::string_view language_setting;
|
||||
std::string_view language_name;
|
||||
std::string_view system_language;
|
||||
};
|
||||
|
||||
config_strings get_config_strings(inkay_language language);
|
||||
|
|
|
|||
Loading…
Reference in a new issue