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