8 lines
No EOL
145 B
C++
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) {
|
|
}
|
|
|
|
} |