summaryrefslogtreecommitdiffstats
path: root/balls.h
diff options
context:
space:
mode:
Diffstat (limited to 'balls.h')
-rw-r--r--balls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/balls.h b/balls.h
index aaf90e2..ef2589b 100644
--- a/balls.h
+++ b/balls.h
@@ -25,6 +25,7 @@ void printPartition(Partition part);
int isCollision(Vector p1, float r1, Vector p2, float r2);
Rectangle insetRect(Rectangle r, float n);
+Vector *noOverlapPositions(int n, Rectangle bounds, float radius);
float randFloat(float lo, float hi);
Vector randPtInRect(Rectangle r);