EntityComponentMetaSystem/src/EC/Meta/Meta.hpp

16 lines
403 B
C++
Raw Normal View History

2016-03-04 11:20:56 +00:00
// This work derives from Vittorio Romeo's code used for cppcon 2015 licensed under the Academic Free License.
// His code is available here: https://github.com/SuperV1234/cppcon2015
2016-03-04 11:20:56 +00:00
#include "TypeList.hpp"
#include "TypeListGet.hpp"
#include "Combine.hpp"
2016-03-04 11:20:56 +00:00
#include "Contains.hpp"
#include "ContainsAll.hpp"
2016-03-04 11:20:56 +00:00
#include "IndexOf.hpp"
#include "Morph.hpp"
2016-03-13 05:06:57 +00:00
#include "ForEach.hpp"
#include "Matching.hpp"
2016-03-04 11:20:56 +00:00