mod_loader: implemented file logging (#392)

This commit is contained in:
Hyper
2025-02-13 16:07:19 +00:00
committed by GitHub
parent 4f3144472a
commit 7a5cfe55f5
4 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
struct ModLoader
{
static inline bool s_isLogTypeConsole;
static inline std::filesystem::path s_saveFilePath;
static std::filesystem::path ResolvePath(std::string_view path);