|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include <string>#include <unordered_map>#include <optional>#include "Game/LevelData.hpp"#include "Systems/EntitySystem.hpp"#include "Systems/RoomSystem.hpp"#include "Systems/NetworkSyncSystem.hpp"Go to the source code of this file.
Classes | |
| class | rtp::server::LevelSystem |
| struct | rtp::server::LevelSystem::ActiveLevel |
| Struct to hold active level data for a room. More... | |
Namespaces | |
| 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. | |