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,9 +1,9 @@
#pragma once
#include <SDL3/SDL.h> // Para Uint32
#include <string> // Para string, basic_string
#include "utils.h" // Para Color, Palette
#include <algorithm>
#include <SDL3/SDL_stdinc.h> // for Uint64
#include <SDL3/SDL_surface.h> // for SDL_ScaleMode
#include <algorithm> // for clamp
#include <string> // for string, basic_string
// Constantes
constexpr int DEFAULT_GAME_WIDTH = 480; // Ancho de la ventana por defecto