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

Dependents:   RETRO_BallsAndPaddle RETRO_BallAndHoles

Revision:
4:f421e34313d3
Parent:
3:441dc90d10ce
Child:
8:19dd2a538cbe
--- a/Shapes.h	Thu Feb 26 11:46:46 2015 +0000
+++ b/Shapes.h	Sat Feb 28 11:40:24 2015 +0000
@@ -61,6 +61,7 @@
     int getY2();
     int getCenterX();
     int getCenterY();
+    bool isHorizontal();
     void move(Vector v);
 };