Saga
Saga Game Engine
|
#include "system.h"
#include <atomic>
#include <functional>
#include <memory>
#include <unordered_map>
#include "../Datastructures/eventmap.h"
#include "../Entity/entity.h"
#include "systemManager.inl"
Go to the source code of this file.
Classes | |
class | Saga::SystemManager |
Manages Systems in the ECS model. Allows for System to be added, but not invoked. More... | |
Namespaces | |
namespace | Saga |