Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Filepath.hpp
1
#pragma once
2
3
#include <filesystem>
4
5
namespace
Grindstone {
6
using
Filepath = std::filesystem::path;
7
}
sources
code
Common
Filepath.hpp
Generated by
1.12.0