mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-08 01:41:49 +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
|