Simple Pong game on NokiaLCD with PS2

Dependencies:   mbed PS2 NokiaLCD

Revision:
1:3cc8b1413557
Parent:
0:93dce1e528b9
--- a/ball.h	Sun Feb 27 23:35:17 2011 +0000
+++ b/ball.h	Mon Feb 28 00:12:36 2011 +0000
@@ -7,7 +7,7 @@
   int x,y,width,height,color,xInc,yInc;
 
 public:
-  // Constructor
+  // Constructors
   Ball();
   Ball(int x, int y, int w, int h, int c, int xi, int yi);