]> git.seodisparate.com - EntityComponentMetaSystem/commit
Add feature to cleanup function in manager
authorStephen Seo <seo.disparate@gmail.com>
Thu, 28 Sep 2017 07:05:05 +0000 (16:05 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 28 Sep 2017 07:05:05 +0000 (16:05 +0900)
commitaad97d6d425a229257d0a6d7c570349f32b13e98
tree7e16b0ca36e18f0abb7607b866e9e1545315d00c
parent396ede1c76fdaf2a72d6454e3dbc3b5b97015df4
Add feature to cleanup function in manager

ECManager's cleanup function now returns a map detailing info on all
entities changed by cleanup.
src/EC/Manager.hpp
src/test/ECTest.cpp