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

@@ -9,14 +9,14 @@
#include <utility> // Para move, pair
#include <vector> // Para vector
#include "animated_sprite.hpp" // for AnimatedSprite
#include "bullet.hpp" // for Bullet
#include "cooldown.hpp"
#include "enter_name.hpp" // for EnterName
#include "input.hpp" // for Input
#include "manage_hiscore_table.hpp" // for Table
#include "scoreboard.hpp" // for Scoreboard
#include "utils.hpp" // for Circle
#include "core/input/input.hpp" // for Input
#include "core/rendering/sprite/animated_sprite.hpp" // for AnimatedSprite
#include "game/entities/bullet.hpp" // for Bullet
#include "game/gameplay/cooldown.hpp"
#include "game/gameplay/enter_name.hpp" // for EnterName
#include "game/gameplay/manage_hiscore_table.hpp" // for Table
#include "game/gameplay/scoreboard.hpp" // for Scoreboard
#include "utils/utils.hpp" // for Circle
class IStageInfo;
class Texture;