From 5990d0c02abd26c2e6df2004ae4cfd2dbb08c043 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 21 Jun 2025 11:09:47 +0300 Subject: [PATCH] fixup merge --- src/common/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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