arreglos d'estil pa deixar el repo com a plantilla

This commit is contained in:
2025-04-07 13:57:19 +02:00
parent 502ba7297a
commit c3e1abff13
17 changed files with 178 additions and 177 deletions
+11 -10
View File
@@ -1,14 +1,15 @@
#include "screen.h"
#include <SDL3/SDL.h>
#include <ctype.h> // Para toupper
#include <algorithm> // Para max, min, transform
#include <fstream> // Para basic_ostream, operator<<, endl, basic_...
#include <iostream> // Para cerr
#include <iterator> // Para istreambuf_iterator, operator==
#include <string> // Para char_traits, string, operator+, operator==
#include "mouse.h" // Para updateCursorVisibility
#include "options.h" // Para Options, options, OptionsVideo, Border
#include "surface.h" // Para Surface, readPalFile
#include <SDL3/SDL_blendmode.h> // for SDL_BLENDMODE_BLEND
#include <SDL3/SDL_error.h> // for SDL_GetError
#include <SDL3/SDL_hints.h> // for SDL_SetHint, SDL_HINT_RENDER_DRIVER
#include <SDL3/SDL_init.h> // for SDL_Init, SDL_INIT_VIDEO
#include <SDL3/SDL_log.h> // for SDL_LogCategory, SDL_LogInfo, SDL_Lo...
#include <SDL3/SDL_pixels.h> // for SDL_PixelFormat
#include <algorithm> // for min, max
#include <string> // for char_traits, operator+, to_string
#include "mouse.h" // for updateCursorVisibility
#include "options.h" // for Options, options, OptionsWindow, Opt...
#include "surface.h" // for Surface, readPalFile
// [SINGLETON]
Screen *Screen::screen_ = nullptr;