|
R-Type
Distributed multiplayer game engine in C++
|
#include <cstdint>#include <functional>#include <memory>#include "../../Components/Buff.hpp"#include "../../Components/Projectile.hpp"#include "../../Components/Transform.hpp"#include "../../Components/Velocity.hpp"#include "../../Components/Weapon.hpp"#include "../ISystem.hpp"

Go to the source code of this file.
Classes | |
| class | ecs::WeaponSystem |
| System managing weapon firing and cooldowns. More... | |
Namespaces | |
| namespace | ecs |
| Maximum number of distinct component types supported by the Registry. | |