idem
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user