Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
RegistryManager.cpp
Go to the documentation of this file.
2
3namespace Ecs
4{
5 entt::registry & RegistryManager::get()
6 {
7 static entt::registry instance;
8 return instance;
9 }
10} // namespace Ecs
static entt::registry & get()
Gets the registry for all components.
Data structs for the Entity Component System.