Prints objects on to a Nokia N5110 LCD display and makes them 'fall' down the display.

Dependents:   Game_Controller_Project

Revision:
5:217e18adcba7
Parent:
4:56ca80919a98
Child:
7:e567cd172d2a
--- a/Objects.h	Mon Mar 27 18:31:24 2017 +0000
+++ b/Objects.h	Fri Mar 31 13:43:51 2017 +0000
@@ -17,6 +17,7 @@
     void draw(N5110 &lcd);
     void undraw(N5110 &lcd);
     void move();
+    int get_score_var();
     int get_x();
     int get_y();
     
@@ -24,6 +25,7 @@
     
     Fruit fruit;
     
+    int score_var;
     int undraw_var;
     int objects_size;
     int x_ref;