[ox/mc] Add Walker

(synced from def449607c)
This commit is contained in:
2019-02-24 23:57:31 -06:00
parent 9c42b37933
commit acd04c496c
14 changed files with 234 additions and 52 deletions
+3 -3
View File
@@ -65,9 +65,9 @@ class MetalClawWriter {
std::size_t size();
static constexpr OpType opType() {
return OpType::Write;
}
static constexpr OpType opType() {
return OpType::Write;
}
private:
template<typename I>