|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "Systems/ShieldSystem.hpp"#include "RType/ECS/Components/ShieldVisual.hpp"#include "RType/ECS/Components/Transform.hpp"#include "RType/ECS/Components/BoundingBox.hpp"#include "RType/ECS/Components/EntityType.hpp"#include "RType/ECS/Components/Controllable.hpp"#include "RType/Logger.hpp"#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | rtp |
| namespace | rtp::client |
| R-Type client namespace. | |