Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
SimpleWeapon.hpp File Reference
#include <cstdint>
Include dependency graph for SimpleWeapon.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rtp::ecs::components::SimpleWeapon
 Component representing a weapon configuration. More...
 

Namespaces

namespace  rtp
 
namespace  rtp::ecs
 File : RenderSystem.hpp License: MIT Author : Elias JosuĂ© HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 14/12/2025.
 
namespace  rtp::ecs::components
 File : Ammo.hpp License: MIT Author : Elias JosuĂ© HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 11/12/2025.
 

Enumerations

enum class  rtp::ecs::components::WeaponKind : uint8_t {
  rtp::ecs::components::Classic = 0 , rtp::ecs::components::Beam = 1 , rtp::ecs::components::Paddle = 2 , rtp::ecs::components::Tracker = 3 ,
  rtp::ecs::components::Boomerang = 4
}
 Types of player weapons. More...