group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Registry.hpp File Reference

Shared ECS registry type alias for the game engine. More...

#include <entt/entt.hpp>
Include dependency graph for Registry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using Registry = entt::registry
 Shared ECS registry type alias.

Detailed Description

Shared ECS registry type alias for the game engine.

Typedef Documentation

◆ Registry

using Registry = entt::registry

Shared ECS registry type alias.

Uses entt::registry directly. EnTT is a required dependency.