7 lines
96 B
C++
Executable file
7 lines
96 B
C++
Executable file
#pragma once
|
|
|
|
#include <filesystem>
|
|
|
|
namespace file {
|
|
using Path = std::filesystem::path;
|
|
}
|