|
R-Type
2
Doom but in better
|
#include <vector>#include <optional>#include <variant>#include <memory>#include <cassert>#include <algorithm>#include "DenseArray.hpp"#include "SparseArray.hpp"

Go to the source code of this file.
Data Structures | |
| class | ComponentContainer< Component, Allocator > |
| Manages a collection of components associated with entities in an ECS (Entity-Component-System) architecture. More... | |