branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:20:26 -06:00
parent 6ea01ce6cb
commit 2990ea3dd3

View File

@ -18,3 +18,12 @@ Branches2::Branches2(toml::value const &v_)
_branches.emplace_back(tier);
}
}
int
Branches2::clonepath(ghc::filesystem::path basepath_,
ghc::filesystem::path relpath_)
{
return 0;
}