mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-27 12:31:50 +00:00
9 lines
139 B
C++
9 lines
139 B
C++
#pragma once
|
|
|
|
#include <filesystem>
|
|
|
|
namespace oat::paths
|
|
{
|
|
std::filesystem::path GetSystemTestsDirectory();
|
|
} // namespace oat::paths
|