Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
20template <typename Module>
21flecs::entity module(const char *name = nullptr) const;
22
28template <typename Module>
30
flecs::entity module(const char *name=nullptr) const
Define a module.
Entity.
Definition entity.hpp:30