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
SystemFactory.hpp File Reference
#include <ankerl/unordered_dense.h>
#include "galaxy/math/FNV1a.hpp"
#include "galaxy/meta/Concepts.hpp"
#include "galaxy/logging/Log.hpp"
+ Include dependency graph for SystemFactory.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  galaxy::meta::SystemFactory
 Meta factory for creating system objects. More...
 

Namespaces

namespace  galaxy
 Timer.hpp galaxy.
 
namespace  galaxy::systems
 
namespace  galaxy::meta
 

Typedefs

using galaxy::meta::SystemStack = std::vector<std::unique_ptr<systems::System>>