Logic in CapturePointSystem is working again. Need to update all Tests!

This commit is contained in:
verysecrethero
2016-01-20 14:59:18 +01:00
parent 410e349329
commit 8189e3c00c
8 changed files with 290 additions and 100 deletions
+5
View File
@@ -72,6 +72,11 @@ ComponentPool::iterator ComponentPool::end() const
return iterator(m_ComponentInfo, m_Pool.end(), m_Pool.end());
}
size_t ComponentPool::size() const
{
return m_Pool.size();
}
template <typename InterpretType /*= char*/>
void ComponentPool::Dump() const
{