Making block solids

This commit is contained in:
Zoe Roux
2021-06-06 16:54:27 +02:00
parent 0ebfa77e1a
commit 01ea9053fa
8 changed files with 70 additions and 32 deletions

View File

@@ -64,4 +64,7 @@ namespace WAL
this->addCallback(callback);
}
};
template<typename ...Types>
static constexpr Callback<Types...> EmptyCallback;
} // namespace WAL