R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Registry.hpp File Reference
#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"
Include dependency graph for Registry.hpp:
This graph shows which files directly or indirectly include this file:

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...