diff --git a/ball.cpp b/ball.cpp index bf1271a..3bef0bc 100644 --- a/ball.cpp +++ b/ball.cpp @@ -30,5 +30,5 @@ void Ball::updatePosition() { void Ball::draw() { DrawCircle(this->pos.x, this->pos.y, this->radius, this->color); // This is a raylib function, not a raylib-cpp function return; - } +}