ecs
Loading...
Searching...
No Matches
System Class Reference

Abstract base class representing a system in the ECS architecture. More...

#include <System.hpp>

Detailed Description

Abstract base class representing a system in the ECS architecture.

The System class defines the interface that all concrete systems must implement. Each system operates on entities and their components, typically through a Registry.


The documentation for this class was generated from the following file: