summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-02 16:32:32 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-02 16:32:32 -0400
commit419c88ca227949f675eb10a38b253a8702b74ebe (patch)
tree8102481b9974c16095f15f09bcb8d9640bef5855
parentbaef318193316fc365ba4b0a559c387d96b4305a (diff)
downloadballs-419c88ca227949f675eb10a38b253a8702b74ebe.zip
remove unused function declaration
-rw-r--r--balls.h1
1 files changed, 0 insertions, 1 deletions
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);