|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "Core/Settings.hpp"#include "RType/ECS/Components/UI/Button.hpp"#include "RType/ECS/Components/UI/Dropdown.hpp"#include "RType/ECS/Components/UI/Slider.hpp"#include "RType/ECS/Components/UI/Text.hpp"#include "RType/ECS/Components/UI/TextInput.hpp"#include "RType/ECS/ISystem.hpp"#include "RType/ECS/Registry.hpp"#include "RType/Logger.hpp"#include <SFML/Graphics.hpp>#include <SFML/Window.hpp>Go to the source code of this file.
Classes | |
| class | rtp::client::UISystem |
| System responsible for handling menu interactions. More... | |
Namespaces | |
| namespace | rtp |
| namespace | rtp::client |
| R-Type client namespace. | |