From 6fa9ed77f6e124691e588bdb70f21d3aa10f30e8 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 30 Oct 2024 09:51:04 -0400 Subject: create collision buffers --- balls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'balls.h') diff --git a/balls.h b/balls.h index a767db0..c19b948 100644 --- a/balls.h +++ b/balls.h @@ -19,6 +19,7 @@ typedef struct { Partition partitionCollisions(size_t nBalls); void freePartition(Partition part); +void printPartition(Partition part); int isCollision(float2 p1, float r1, float2 p2, float r2); Rectangle insetRect(Rectangle r, float n); -- cgit v1.2.3