arreglats els includes en linux, falta vore que ha passat amb windows/macos

This commit is contained in:
2025-07-18 18:23:29 +02:00
parent 14e2e4bb74
commit b88019bf58
98 changed files with 528 additions and 478 deletions

View File

@@ -1,11 +1,10 @@
#pragma once
#include <SDL3/SDL.h> // Para SDL_Event, SDL_GamepadButtonEvent
#include <SDL3/SDL.h> // Para SDL_GamepadButton
#include <memory> // Para std::shared_ptr
#include <SDL3/SDL.h> // Para SDL_GamepadButton, SDL_Event, SDL_GamepadButtonEvent
#include <stddef.h> // Para size_t
#include <string> // Para std::string
#include <vector> // Para std::vector
#include <memory> // Para shared_ptr
#include <string> // Para basic_string, string
#include <vector> // Para vector
// Declaraciones adelantadas
class Input;