Elements used in the Balls and Things games for the RETRO.

Dependents:   RETRO_BallsAndPaddle RETRO_BallAndHoles

Revision:
5:065f19e08dcb
Parent:
3:441dc90d10ce
--- a/Ball.h	Sat Feb 28 11:40:24 2015 +0000
+++ b/Ball.h	Sat Feb 28 16:32:03 2015 +0000
@@ -33,6 +33,7 @@
 
         Circle getBoundingCircle();
         bool collides(Rectangle r);
+        bool collides(Circle cObject);
         bool collides(Line ln);
         void Bounce(Vector vBounce);
         void BounceAgainst(Vector vBounce);