mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
refactor: Change FindScriptPath method from static to instance method in JsonConfigService
This commit is contained in:
@@ -94,7 +94,7 @@ private:
|
||||
RuntimeConfig config_;
|
||||
|
||||
// Helper methods moved from main.cpp
|
||||
static std::filesystem::path FindScriptPath(const char* argv0);
|
||||
std::filesystem::path FindScriptPath(const char* argv0);
|
||||
static RuntimeConfig LoadFromJson(std::shared_ptr<ILogger> logger, const std::filesystem::path& configPath, bool dumpConfig);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user