From 419c88ca227949f675eb10a38b253a8702b74ebe Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 2 Oct 2024 16:32:32 -0400 Subject: remove unused function declaration --- balls.h | 1 - 1 file changed, 1 deletion(-) diff --git a/balls.h b/balls.h index 2cabd6e..73ab14c 100644 --- a/balls.h +++ b/balls.h @@ -41,5 +41,4 @@ int isCollision(Point p1, double r1, Point p2, double r2); void collideWall(Ball *b, Rectangle wall); void collideBall(Ball *b1, Ball *b2); -int randInt(int lo, int hi); double randDouble(double lo, double hi); -- cgit v1.2.3