Brickbreaker

Dependencies:   NokiaLCD PS2 mbed

Fork of Pong by William Johnston

Revision:
3:e1328f84b107
Parent:
1:3cc8b1413557
diff -r d1031c73e187 -r e1328f84b107 ball.h
--- a/ball.h	Mon Feb 28 00:22:23 2011 +0000
+++ b/ball.h	Mon Apr 29 18:14:57 2013 +0000
@@ -19,7 +19,7 @@
   bool hitX();
   bool hitY();
   bool hitP1(int _x, int _y, int _height);
-  bool hitP2(int _x, int _y, int _height);
+  bool hitB1(int _x, int _y, int _height);
   int size() const;
   void reverseX();
   void reverseY();