|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Concept defining the requirements for a System type. More...
#include <SystemConcept.hpp>
Concept defining the requirements for a System type.
A System must inherit from ISystem and implement an update
Definition at line 27 of file SystemConcept.hpp.