]> git.seodisparate.com - EntityComponentMetaSystem/commit
API change: context/userdata provided to functions
authorStephen Seo <seo.disparate@gmail.com>
Wed, 8 Aug 2018 07:52:12 +0000 (16:52 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 8 Aug 2018 07:52:12 +0000 (16:52 +0900)
commit6bf239a43b0a8b2db07a15908c39e7c6af80d388
treecbefc5ec780b408074a5d7477058c03c6ad9aa63
parent2411125003d8652221b6876b9944e0758b103a69
API change: context/userdata provided to functions

All functions called by EC/Manager now accept an additional parameter
as a void* to support user-provided data (or context) for functions
(useful when the function is not a lambda function and doesn't have any
other data stored with it).
src/EC/Manager.hpp
src/test/ECTest.cpp