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
+7 -8
View File
@@ -1,13 +1,12 @@
#pragma once
#include <SDL3/SDL.h>
#include <stddef.h> // Para size_t
#include <memory> // Para shared_ptr, __shared_ptr_access
#include <string> // Para string
#include <vector> // Para vector
#include "utils.h" // Para Color
#include "options.h"
struct Surface;
#include <SDL3/SDL_render.h> // for SDL_Renderer, SDL_Texture
#include <SDL3/SDL_stdinc.h> // for Uint8
#include <SDL3/SDL_video.h> // for SDL_Window
#include <memory> // for shared_ptr
#include "options.h" // for Options, OptionsVideo, options
#include "surface.h" // for Surface
#include "utils.h" // for Color
class Screen
{