diff --git a/src/common/config.h b/src/common/config.h index 38114983f..62ce63466 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -129,5 +129,6 @@ void setDefaultValues(); // todo: name and function location pending std::filesystem::path GetFoolproofKbmConfigFile(const std::string& game_id = ""); +std::string getDefaultUserId(); -}; // namespace Config +}; // namespace Config \ No newline at end of file