]> git.seodisparate.com - EntityComponentMetaSystem/commit
Added two new functions
authorStephen Seo <seo.disparate@gmail.com>
Wed, 12 Jul 2017 13:02:02 +0000 (22:02 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 12 Jul 2017 13:02:02 +0000 (22:02 +0900)
commit49ae172c3a9f3a2f4eb10aef23b59502ac95fccc
treee313d0c937e5ade32321956a0291bbfb1c8858b1
parent7d605bebe7027bc15d9e2a32b647054b9f818d26
Added two new functions

Added "removeForMatchingFunction" and "callForMatchingFunction".
The former deletes a specific function and the latter calls a specific
function.
src/EC/Manager.hpp
src/test/ECTest.cpp