Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
GameState.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum class  rtp::client::GameState {
  rtp::client::NotInit , rtp::client::Menu , rtp::client::Login , rtp::client::Lobby ,
  rtp::client::CreateRoom , rtp::client::RoomWaiting , rtp::client::Playing , rtp::client::Settings ,
  rtp::client::KeyBindings , rtp::client::GamepadSettings , rtp::client::Paused , rtp::client::ModMenu ,
  rtp::client::GameOver
}