Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
KeyBindingScene.hpp File Reference
#include "Core/Settings.hpp"
#include "Interfaces/IScene.hpp"
#include "RType/ECS/Registry.hpp"
#include "Systems/NetworkSyncSystem.hpp"
#include "Translation/TranslationManager.hpp"
#include "UI/UiFactory.hpp"
#include "Utils/GameState.hpp"
#include "Utils/KeyAction.hpp"
#include <SFML/Graphics.hpp>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for KeyBindingScene.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtp::client::scenes::KeyBindingScene
 

Namespaces

namespace  rtp
 
namespace  rtp::client
 R-Type client namespace.
 
namespace  rtp::client::scenes