diff --git a/src/GameBall/logic/units/regular_ball.cpp b/src/GameBall/logic/units/regular_ball.cpp index 645b0cb..0b8de8b 100644 --- a/src/GameBall/logic/units/regular_ball.cpp +++ b/src/GameBall/logic/units/regular_ball.cpp @@ -3,6 +3,7 @@ #include "GameBall/core/game_ball.h" #include "GameBall/logic/world.h" + namespace GameBall::Logic::Units { RegularBall::RegularBall(World *world, uint64_t player_id,