|
R-Type
2
Doom but in better
|
#include <unordered_map>#include <typeindex>#include <any>#include <vector>#include <functional>#include "EventDispatcher.hpp"#include "Queue.hpp"#include "ComponentContainer.hpp"#include "Entity.hpp"#include "Systems.hpp"#include "SyncingSystem.hpp"

Go to the source code of this file.
Data Structures | |
| class | Registry |
| Manages entities and their associated components, enabling the creation, deletion, and interaction of entities within a system. More... | |