arreglos d'estil pa deixar el repo com a plantilla
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user