Christmas Day Update
This commit is contained in:
7
src/common/utils/properties.hpp
Normal file
7
src/common/utils/properties.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <filesystem>
|
||||
|
||||
namespace utils::properties
|
||||
{
|
||||
std::filesystem::path get_appdata_path();
|
||||
}
|
||||
Reference in New Issue
Block a user