R-Type  2
Doom but in better
Loading...
Searching...
No Matches
LifetimeSystem.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "Registry.hpp"
4#include "Lifetime.hpp"
5
void lifetime_system(Registry &r, ComponentContainer< Lifetime > &lifetimes)
Manages the lifetime of entities by decreasing their time left.
Registry * r
Definition Tests.cpp:4
Manages a collection of components associated with entities in an ECS (Entity-Component-System) archi...
Manages entities and their associated components, enabling the creation, deletion,...
Definition Registry.hpp:23