This commit is contained in:
2025-03-20 08:22:39 +01:00
2 changed files with 19 additions and 19 deletions

View File

@@ -22,6 +22,9 @@ enum class ScreenFilter : Uint32
class Screen
{
private:
// Constantes
static constexpr int WINDOWS_DECORATIONS_ = 35;
// Estructuras
struct FPS
{
@@ -51,9 +54,6 @@ private:
}
};
// Constantes
static constexpr int WINDOWS_DECORATIONS_ = 35;
// [SINGLETON] Objeto privado
static Screen *screen_;