#include "pch.h" #include #include #include std::shared_ptr Logger::logger = spdlog::null_logger_mt("Common.Utils.UnitTests"); namespace PTSettingsHelper { std::wstring get_root_save_folder_location() { return L""; } }