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
+20 -20
View File
@@ -1,4 +1,4 @@
#include "hiscore_table.hpp"
#include "game/scenes/hiscore_table.hpp"
#include <SDL3/SDL.h> // Para SDL_GetTicks, SDL_SetRenderTarget
@@ -8,25 +8,25 @@
#include <utility> // Para std::cmp_less
#include <vector> // Para vector
#include "audio.hpp" // Para Audio
#include "background.hpp" // Para Background
#include "color.hpp" // Para Color, easeOutQuint, Colors::NO_COLOR_MOD
#include "fade.hpp" // Para Fade, FadeMode, FadeType
#include "global_events.hpp" // Para check
#include "global_inputs.hpp" // Para check
#include "input.hpp" // Para Input
#include "lang.hpp" // Para getText
#include "manage_hiscore_table.hpp" // Para HiScoreEntry
#include "options.hpp" // Para SettingsOptions, settings
#include "param.hpp" // Para Param, param, ParamGame, ParamFade
#include "path_sprite.hpp" // Para PathSprite, Path, PathType
#include "resource.hpp" // Para Resource
#include "screen.hpp" // Para Screen
#include "section.hpp" // Para Name, name, Options, options
#include "sprite.hpp" // Para Sprite
#include "text.hpp" // Para Text, Text::SHADOW, Text::COLOR
#include "texture.hpp" // Para Texture
#include "utils.hpp"
#include "core/audio/audio.hpp" // Para Audio
#include "core/input/global_inputs.hpp" // Para check
#include "core/input/input.hpp" // Para Input
#include "core/locale/lang.hpp" // Para getText
#include "core/rendering/background.hpp" // Para Background
#include "core/rendering/fade.hpp" // Para Fade, FadeMode, FadeType
#include "core/rendering/screen.hpp" // Para Screen
#include "core/rendering/sprite/path_sprite.hpp" // Para PathSprite, Path, PathType
#include "core/rendering/sprite/sprite.hpp" // Para Sprite
#include "core/rendering/text.hpp" // Para Text, Text::SHADOW, Text::COLOR
#include "core/rendering/texture.hpp" // Para Texture
#include "core/resources/resource.hpp" // Para Resource
#include "core/system/global_events.hpp" // Para check
#include "core/system/section.hpp" // Para Name, name, Options, options
#include "game/gameplay/manage_hiscore_table.hpp" // Para HiScoreEntry
#include "game/options.hpp" // Para SettingsOptions, settings
#include "utils/color.hpp" // Para Color, easeOutQuint, Colors::NO_COLOR_MOD
#include "utils/param.hpp" // Para Param, param, ParamGame, ParamFade
#include "utils/utils.hpp"
// Constructor
HiScoreTable::HiScoreTable()