Atlas-Launcher/source/script/module/filesystem/Path.cpp

8 lines
No EOL
145 B
C++

#include "Path.hpp"
namespace atlas::script::module::filesystem {
Path::Path(const engine::Engine* atlasEngine, const std::string &path) {
}
}