Reworking systems

This commit is contained in:
Zoe Roux
2021-06-04 00:50:38 +02:00
parent 4f14d380bf
commit 306f07972d
22 changed files with 129 additions and 177 deletions

View File

@@ -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();
}