This commit is contained in:
2026-04-14 13:26:30 +02:00
parent 4429cd92c1
commit f80d0a656e
116 changed files with 933 additions and 917 deletions

View File

@@ -1,4 +1,4 @@
#include "options.hpp"
#include "game/options.hpp"
#include <SDL3/SDL.h> // Para SDL_ScaleMode, SDL_LogCategory, SDL_LogError, SDL_LogInfo, SDL_LogWarn
@@ -9,11 +9,11 @@
#include <string> // Para string
#include <vector> // Para vector
#include "difficulty.hpp" // Para Code, init
#include "external/fkyaml_node.hpp" // Para fkyaml::node
#include "input.hpp" // Para Input
#include "lang.hpp" // Para getText, Code
#include "utils.hpp" // Para boolToString, getFileName
#include "core/input/input.hpp" // Para Input
#include "core/locale/lang.hpp" // Para getText, Code
#include "external/fkyaml_node.hpp" // Para fkyaml::node
#include "game/gameplay/difficulty.hpp" // Para Code, init
#include "utils/utils.hpp" // Para boolToString, getFileName
namespace Options {
// --- Variables globales ---