mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-07 19:40:48 +00:00
Making block solids
This commit is contained in:
@@ -64,4 +64,7 @@ namespace WAL
|
||||
this->addCallback(callback);
|
||||
}
|
||||
};
|
||||
|
||||
template<typename ...Types>
|
||||
static constexpr Callback<Types...> EmptyCallback;
|
||||
} // namespace WAL
|
||||
Reference in New Issue
Block a user