iwyu
clang-format
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include "balloon_formations.h"
|
||||
|
||||
#include "balloon.h" // Para BALLOON_VELX_NEGATIVE, BALLOON_VELX_POSITIVE
|
||||
#include "param.h" // Para param
|
||||
#include "utils.h" // Para ParamGame, Param, Zone, BLOCK
|
||||
#include <array> // Para array
|
||||
|
||||
#include "balloon.h" // Para BalloonType, BalloonSize, BALLOON_SIZE, BALLOON_VELX_NEGATIVE, BALLOON_VELX_POSITIVE
|
||||
#include "param.h" // Para Param, ParamGame, param
|
||||
#include "utils.h" // Para Zone, BLOCK
|
||||
|
||||
void BalloonFormations::initBalloonFormations() {
|
||||
constexpr int Y4 = -BLOCK;
|
||||
|
||||
Reference in New Issue
Block a user