galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
System.hpp File Reference
#include <concepts>
#include <string>
#include "galaxy/entity/EntityManager.hpp"
Include dependency graph for System.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  galaxy::System
 Represents a system that operates on sets of components. More...

Namespaces

namespace  galaxy
 Application.hpp galaxy.
namespace  galaxy::meta

Concepts

concept  galaxy::meta::is_system
 Concept to ensure a system is actually derived from a System.