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

@@ -13,13 +13,13 @@
#include <utility> // Para move
#include <vector> // Para vector
#include "defaults.hpp"
#include "difficulty.hpp" // for Code
#include "input.hpp" // for Input
#include "lang.hpp" // for Code
#include "manage_hiscore_table.hpp" // for ManageHiScoreTable, Table
#include "player.hpp" // for Player
#include "rendering/shader_backend.hpp" // for Rendering::ShaderType
#include "core/input/input.hpp" // for Input
#include "core/locale/lang.hpp" // for Code
#include "core/rendering/shader_backend.hpp" // for Rendering::ShaderType
#include "core/system/defaults.hpp"
#include "game/entities/player.hpp" // for Player
#include "game/gameplay/difficulty.hpp" // for Code
#include "game/gameplay/manage_hiscore_table.hpp" // for ManageHiScoreTable, Table
// --- Namespace Options: gestión de configuración y opciones del juego ---
namespace Options {