#include <Interfaces/Protocol/Serializer.hpp>#include <Utils/Logger.hpp>#include <cmath>#include "ECS/Component.hpp"#include "RTypeClientMulti/Scenes/WaitingRoom.hpp"#include "Utils/Common.hpp"
Include dependency graph for waitingRoom.cpp:Go to the source code of this file.
Namespaces | |
| namespace | gme |
Variables | |
| static constexpr eng::Color | CYAN_ELECTRIC = {0U, 191U, 255U, 255U} |
| static constexpr eng::Color | GRAY_BLUE_SUBTLE = {160U, 160U, 160U, 255U} |
| static constexpr eng::Color | TEXT_VALUE_COLOR = {200U, 200U, 255U, 255U} |
| static constexpr eng::Color | INFO_TEXT_COLOR = {180U, 180U, 180U, 200U} |
| static constexpr eng::Color | GREEN_READY = {0U, 255U, 100U, 255U} |
|
staticconstexpr |
Definition at line 9 of file waitingRoom.cpp.
Referenced by gme::WaitingRoomScene::update(), and gme::WaitingRoomScene::WaitingRoomScene().
|
staticconstexpr |
Definition at line 10 of file waitingRoom.cpp.
Referenced by gme::WaitingRoomScene::update(), and gme::WaitingRoomScene::WaitingRoomScene().
|
staticconstexpr |
Definition at line 13 of file waitingRoom.cpp.
Referenced by gme::WaitingRoomScene::updatePlayerDisplay().
|
staticconstexpr |
Definition at line 12 of file waitingRoom.cpp.
Referenced by gme::WaitingRoomScene::updatePlayerDisplay(), and gme::WaitingRoomScene::WaitingRoomScene().
|
staticconstexpr |
Definition at line 11 of file waitingRoom.cpp.
Referenced by gme::WaitingRoomScene::WaitingRoomScene().