R-Type  2
Doom but in better
Loading...
Searching...
No Matches
ActiveScreen.hpp File Reference
#include <iostream>
Include dependency graph for ActiveScreen.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ActiveScreen {
  LOADING , MENU , GAME , DEMO ,
  EXIT , UNKNOWN , SETTINGS , GAME_WON ,
  GAME_OVER , BOSS_FIGHT , CONNECTION_FAILED , CONNECTION_ADDRESS ,
  LOBBY_LIST , LOBBY_ROOM
}
 This is the enum class in charge of the window switcher code. This enum allows the mainloop of the program to know which window to display. More...
 

Enumeration Type Documentation

◆ ActiveScreen

enum class ActiveScreen
strong

This is the enum class in charge of the window switcher code. This enum allows the mainloop of the program to know which window to display.

Enumerator
LOADING 
MENU 
GAME 
DEMO 
EXIT 
UNKNOWN 
SETTINGS 
GAME_WON 
GAME_OVER 
BOSS_FIGHT 
CONNECTION_FAILED 
CONNECTION_ADDRESS 
LOBBY_LIST 
LOBBY_ROOM 

Definition at line 16 of file ActiveScreen.hpp.