ecs
Entity-Component-System
Loading...
Searching...
No Matches
Entity.hpp File Reference
#include <cstddef>
#include <type_traits>
Include dependency graph for Entity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecs::Entity
 Entity class from ECS. More...
 

Namespaces

namespace  ecs
 Entity Component System.
 

Typedefs

using ecs::RegistryRef = Registry &
 

Detailed Description