mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 05:15:10 +00:00
Reworking systems
This commit is contained in:
@@ -23,7 +23,7 @@ namespace WAL
|
||||
//! @brief The list of types that every entity of the view has.
|
||||
std::vector<std::type_index> types = {};
|
||||
|
||||
size_t size()
|
||||
size_t size() const
|
||||
{
|
||||
return entities.size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user