Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
ISystem.hpp File Reference

Interface for ECS systems. More...

Include dependency graph for ISystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtp::ecs::ISystem
 Abstract base class for all ECS systems. More...
 

Namespaces

namespace  rtp
 
namespace  rtp::ecs
 File : RenderSystem.hpp License: MIT Author : Elias JosuĂ© HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 14/12/2025.
 

Detailed Description

Interface for ECS systems.

Author
Robin Toillon

Defines the base interface that all systems in the Entity Component System must implement. Systems contain the game logic that operates on entities with specific component combinations.

Definition in file ISystem.hpp.