Accompanying library for Objects. Library contains five shapes that are selected at random by the Objects library and drawn on to the objects on a Nokia N5110 LCD display.

Dependents:   Game_Controller_Project

Revision:
4:7310089c4a57
Parent:
3:aecb8ec9c91d
Child:
5:bb459bc1ad0b
--- a/Fruit.h	Thu Apr 27 12:40:16 2017 +0000
+++ b/Fruit.h	Fri Apr 28 17:15:23 2017 +0000
@@ -132,6 +132,6 @@
     void undraw_antifruit(int x, int y, N5110 &lcd);
     
     private:
-    
+    //No private variables required in this class
 };
 #endif
\ No newline at end of file