cellar/include/paths.hpp
2019-05-15 11:53:18 -07:00

10 lines
160 B
C++

#pragma once
#include <string>
namespace cellar {
namespace paths {
extern std::string translate(std::string in_path, bool lazy = false);
}
}