mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-27 12:31:50 +00:00
chore: add simple iw3 system test
This commit is contained in:
8
test/SystemTests/SystemTestsPaths.h
Normal file
8
test/SystemTests/SystemTestsPaths.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
namespace oat::paths
|
||||
{
|
||||
std::filesystem::path GetSystemTestsDirectory();
|
||||
} // namespace oat::paths
|
||||
Reference in New Issue
Block a user