mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 13:55:10 +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