treballant en arreglas els includes de SDL3
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL3/SDL_rect.h> // Para SDL_FRect
|
||||
#include <SDL3/SDL_stdinc.h> // Para Uint32
|
||||
#include <string> // Para std::string
|
||||
#include <vector> // Para std::vector
|
||||
#include "utils.h" // Para Color, Zone, NotifyPosition
|
||||
#include <SDL3/SDL.h> // Para SDL_FRect
|
||||
#include <SDL3/SDL.h> // Para Uint32
|
||||
#include <string> // Para std::string
|
||||
#include <vector> // Para std::vector
|
||||
#include "utils.h" // Para Color, Zone, NotifyPosition
|
||||
|
||||
// --- Parámetros del juego ---
|
||||
struct ParamGame
|
||||
|
||||
Reference in New Issue
Block a user