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

Dependents:   RETRO_BallsAndPaddle RETRO_BallAndHoles

Revision:
5:065f19e08dcb
Parent:
4:f421e34313d3
--- a/Wall.h	Sat Feb 28 11:40:24 2015 +0000
+++ b/Wall.h	Sat Feb 28 16:32:03 2015 +0000
@@ -12,6 +12,7 @@
     public:
         Wall();
         Wall(LCD_ST7735* pDisp);
+        Wall(LCD_ST7735* pDisp, uint16_t uClr);
         void draw();
         bool fActive;
         void setRect(Rectangle rNew);