EntityComponentMetaSystem/src/test
Stephen Seo 6bf239a43b 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).
2018-08-08 16:52:12 +09:00
..
ECTest.cpp API change: context/userdata provided to functions 2018-08-08 16:52:12 +09:00
Main.cpp Basic meta stuff working 2016-02-25 12:08:02 +09:00
MetaTest.cpp Add ability to handle unknown types 2018-05-17 17:05:49 +09:00