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
20 m_owned = false; // App takes ownership of world
21 return flecs::app_builder(m_world);
22}
23
flecs::app_builder app()
Return app builder.
Definition mixin.inl:19
App builder interface.
Definition builder.hpp:19