#include "RTypeClientMulti/Scenes/GameOver.hpp"#include "ECS/Component.hpp"#include "Utils/Common.hpp"#include <cmath>
Include dependency graph for gameOver.cpp:Go to the source code of this file.
Namespaces | |
| namespace | gme |
Variables | |
| static constexpr eng::Color | RED_COLOR = {.r = 255U, .g = 50U, .b = 50U, .a = 255U} |
| static constexpr eng::Color | WHITE_COLOR = {.r = 255U, .g = 255U, .b = 255U, .a = 255U} |
|
staticconstexpr |
Definition at line 6 of file gameOver.cpp.
Referenced by gme::GameOverScene::GameOverScene().
|
staticconstexpr |
Definition at line 7 of file gameOver.cpp.
Referenced by gme::GameOverScene::GameOverScene().