8 lines
96 B
C++
8 lines
96 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include <filesystem>
|
||
|
|
||
|
namespace file {
|
||
|
using Path = std::filesystem::path;
|
||
|
}
|