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,21 +1,15 @@
#pragma once
#include <SDL3/SDL.h> // Para SDL_GamepadButton
#include <SDL3/SDL.h> // Para SDL_ScaleMode
#include <string> // Para std::string
#include <vector> // Para std::vector
#include "input.h" // Para InputAction, InputDeviceToUse
#include <SDL3/SDL.h> // Para SDL_GamepadButton, SDL_ScaleMode
#include <string> // Para string, basic_string
#include <vector> // Para vector
#include "input.h" // Para InputAction, InputDevice
#include "lang.h" // Para Code
#include "manage_hiscore_table.h" // Para HiScoreEntry
#include "asset.h"
#include "lang.h"
static constexpr int INVALID_INDEX = -1;
namespace Lang
{
enum class Code : int;
}
namespace Options
{
// --- Dificultad del juego ---