This commit is contained in:
2025-11-19 20:21:45 +01:00
parent cbe71b5af4
commit 35ef99cf7c
25 changed files with 397 additions and 462 deletions

View File

@@ -71,10 +71,10 @@ class Screen {
private:
// Estructuras
struct DisplayMonitor {
std::string name{};
int width{0};
int height{0};
int refresh_rate{0};
std::string name;
int width{0};
int height{0};
int refresh_rate{0};
};
struct FPS {