#include "of_path.h" #include namespace fs = std::filesystem; namespace ofen { COfPath::COfPath() { } COfPath::~COfPath() { } bool COfPath::is_same_path(const ofString& pa, const ofString& pb) { return false; } } // namespace ofen