![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include <ankerl/unordered_dense.h>#include "galaxy/math/FNV1a.hpp"#include "galaxy/meta/Concepts.hpp"#include "galaxy/logging/Log.hpp"#include "galaxy/systems/System.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::SystemFactory |
| Meta factory for creating systems. More... | |
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
Typedefs | |
| using | galaxy::SystemStack = std::vector<std::shared_ptr<System>> |
| System stack typedef. | |