Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
MenuScene.cpp File Reference
#include "Scenes/MenuScene.hpp"
#include "Game/EntityBuilder.hpp"
#include "RType/ECS/Components/Audio/AudioSource.hpp"
#include "RType/ECS/Components/UI/Button.hpp"
#include "RType/ECS/Components/Transform.hpp"
#include <algorithm>
#include <vector>
#include <cmath>
#include "RType/Config/WeaponConfig.hpp"
Include dependency graph for MenuScene.cpp:

Go to the source code of this file.

Namespaces

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