feat: switch config to C API and add missing strings

~40% bianry size reduction from RTTI/exceptions overhead
This commit is contained in:
Ash Logan 2026-07-27 22:27:13 +10:00
commit ccf5370f84
15 changed files with 171 additions and 135 deletions

View file

@ -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);