8 lines
111 B
C++
8 lines
111 B
C++
#pragma once
|
|
#include <filesystem>
|
|
|
|
namespace utils::properties
|
|
{
|
|
std::filesystem::path get_appdata_path();
|
|
}
|