Merge branch 'master' of https://gitea.sustancia.synology.me/jaildesigner/jaildoctors_dilemma
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user