R-Type
2
Doom but in better
Loading...
Searching...
No Matches
ActiveScreen.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2024
3
** rtype (Workspace)
4
** File description:
5
** ActiveScreen.hpp
6
*/
7
8
#pragma once
9
#include <iostream>
10
16
enum class
ActiveScreen
{
17
LOADING
,
18
MENU
,
19
GAME
,
20
DEMO
,
21
EXIT
,
22
UNKNOWN
,
23
SETTINGS
,
24
GAME_WON
,
25
GAME_OVER
,
26
BOSS_FIGHT
,
27
CONNECTION_FAILED
,
28
CONNECTION_ADDRESS
,
29
LOBBY_LIST
,
30
LOBBY_ROOM
,
31
};
ActiveScreen
ActiveScreen
This is the enum class in charge of the window switcher code. This enum allows the mainloop of the pr...
Definition
ActiveScreen.hpp:16
ActiveScreen::CONNECTION_FAILED
@ CONNECTION_FAILED
ActiveScreen::BOSS_FIGHT
@ BOSS_FIGHT
ActiveScreen::MENU
@ MENU
ActiveScreen::GAME
@ GAME
ActiveScreen::UNKNOWN
@ UNKNOWN
ActiveScreen::EXIT
@ EXIT
ActiveScreen::DEMO
@ DEMO
ActiveScreen::GAME_WON
@ GAME_WON
ActiveScreen::LOBBY_LIST
@ LOBBY_LIST
ActiveScreen::LOBBY_ROOM
@ LOBBY_ROOM
ActiveScreen::SETTINGS
@ SETTINGS
ActiveScreen::GAME_OVER
@ GAME_OVER
ActiveScreen::LOADING
@ LOADING
ActiveScreen::CONNECTION_ADDRESS
@ CONNECTION_ADDRESS
gui
include
ActiveScreen.hpp
Generated on Thu Feb 6 2025 22:34:20 for R-Type by
1.12.0