Prints objects on to a Nokia N5110 LCD display and makes them 'fall' down the display.
Dependents: Game_Controller_Project
Diff: Objects.h
- Revision:
- 4:56ca80919a98
- Parent:
- 3:0c79211fdfe0
- Child:
- 5:217e18adcba7
--- a/Objects.h Thu Mar 23 15:25:12 2017 +0000 +++ b/Objects.h Mon Mar 27 18:31:24 2017 +0000 @@ -5,6 +5,7 @@ #include "N5110.h" #include "Gamepad.h" #include "Basket.h" +#include "Fruit.h" class Objects { @@ -21,10 +22,15 @@ private: + Fruit fruit; + + int undraw_var; int objects_size; int x_ref; int y_ref; int objects_ep; int objects_speed; + int objects_shape; + }; #endif \ No newline at end of file