2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-27 12:31:50 +00:00
Files
OpenAssetTools/test/Catch2Common/OatTestPaths.h
2025-12-23 15:40:52 +01:00

13 lines
315 B
C++

#pragma once
#include <filesystem>
#include <string>
namespace oat::paths
{
std::filesystem::path GetSourceDirectory();
std::filesystem::path GetTestDirectory();
std::filesystem::path GetTempDirectory();
std::filesystem::path GetTempDirectory(const std::string& subDir);
} // namespace oat::paths