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

Dependents:   Game_Controller_Project

Files at this revision

API Documentation at this revision

Comitter:
Nathanj94
Date:
Thu May 04 12:36:51 2017 +0000
Parent:
14:7d04607cae3b
Commit message:
Doxygen updated so 'Update Docs' will work, which it didn't previously

Changed in this revision

Objects.h Show annotated file Show diff for this revision Revisions of this file
--- a/Objects.h	Thu May 04 11:16:20 2017 +0000
+++ b/Objects.h	Thu May 04 12:36:51 2017 +0000
@@ -7,6 +7,14 @@
 #include "Basket.h"
 #include "Fruit.h"
 
+/** Objects Class
+@brief Class that draws objects at the top of the display then 'drops' them down
+@brief the display so the player can try to catch them in the basket.
+
+@author Nathan Johnston 
+@date 14th March 2017
+*/
+
 class Objects
 {
     public: