mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
11 lines
226 B
C++
11 lines
226 B
C++
#pragma once
|
|
|
|
#include <filesystem>
|
|
|
|
namespace oat::paths
|
|
{
|
|
std::filesystem::path GetSourceDirectory();
|
|
std::filesystem::path GetTestDirectory();
|
|
std::filesystem::path GetTempDirectory();
|
|
} // namespace oat::paths
|