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

View File

@@ -1,8 +1,9 @@
#pragma once
#include <SDL3/SDL.h>
#include <memory> // Para shared_ptr
class Surface; // lines 5-5
#include <SDL3/SDL_rect.h> // for SDL_Rect, SDL_Point
#include <SDL3/SDL_stdinc.h> // for Uint8
#include <memory> // for shared_ptr
class Surface; // lines 5-5
// Clase SSprite
class SSprite