|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "RType/ECS/ISystem.hpp"#include "RType/ECS/Registry.hpp"#include "Game/Player.hpp"#include "ServerNetwork/ServerNetwork.hpp"#include "RType/Network/Packet.hpp"#include "Systems/NetworkSyncSystem.hpp"#include "RType/ECS/Components/InputComponent.hpp"#include "RType/ECS/Components/Transform.hpp"#include "RType/ECS/Components/Velocity.hpp"#include "RType/ECS/Components/NetworkId.hpp"#include "RType/ECS/Components/Health.hpp"#include "RType/ECS/Components/RoomId.hpp"#include "RType/ECS/Components/EntityType.hpp"#include "RType/ECS/Components/MouvementPattern.hpp"#include "RType/ECS/Components/IABehavior.hpp"#include "RType/ECS/Components/SimpleWeapon.hpp"#include "RType/ECS/Components/Ammo.hpp"#include "RType/ECS/Components/BoundingBox.hpp"#include "RType/ECS/Components/Damage.hpp"#include "RType/ECS/Components/Powerup.hpp"#include "RType/ECS/Components/MovementSpeed.hpp"Go to the source code of this file.
Classes | |
| class | rtp::server::EntitySystem |
| Base class for systems that operate on entities in the ECS. More... | |
Namespaces | |
| namespace | server |
| File : EntitySystem.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. | |
| namespace | rtp |
| namespace | rtp::server |
| File : GameManager.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. | |