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,19 +1,19 @@
#include "balloon_manager.hpp"
#include "game/gameplay/balloon_manager.hpp"
#include <algorithm> // Para remove_if
#include <array>
#include <cstdlib> // Para rand
#include <numeric> // Para accumulate
#include "balloon.hpp" // Para Balloon, Balloon::SCORE.at( )ALLOON_VELX...
#include "balloon_formations.hpp" // Para BalloonFormationParams, BalloonForma...
#include "color.hpp" // Para Zone, Color, flash_color
#include "explosions.hpp" // Para Explosions
#include "param.hpp" // Para Param, ParamGame, param
#include "resource.hpp" // Para Resource
#include "screen.hpp" // Para Screen
#include "stage_interface.hpp" // Para IStageInfo
#include "utils.hpp"
#include "core/rendering/screen.hpp" // Para Screen
#include "core/resources/resource.hpp" // Para Resource
#include "core/system/stage_interface.hpp" // Para IStageInfo
#include "game/entities/balloon.hpp" // Para Balloon, Balloon::SCORE.at( )ALLOON_VELX...
#include "game/entities/explosions.hpp" // Para Explosions
#include "game/gameplay/balloon_formations.hpp" // Para BalloonFormationParams, BalloonForma...
#include "utils/color.hpp" // Para Zone, Color, flash_color
#include "utils/param.hpp" // Para Param, ParamGame, param
#include "utils/utils.hpp"
// Constructor
BalloonManager::BalloonManager(IStageInfo* stage_info)