Simple Pong game on NokiaLCD with PS2

Dependencies:   mbed PS2 NokiaLCD

Revision:
1:3cc8b1413557
Parent:
0:93dce1e528b9
--- a/paddle.h	Sun Feb 27 23:35:17 2011 +0000
+++ b/paddle.h	Mon Feb 28 00:12:36 2011 +0000
@@ -7,7 +7,7 @@
   int x,y,width,height,color,lives,score;
 
 public: 
-  // Constructor
+  // Constructors
   Paddle();
   Paddle(int x, int y, int w, int h, int c, int l, int s);