Prints objects on to a Nokia N5110 LCD display and makes them 'fall' down the display.
Dependents: Game_Controller_Project
Diff: Objects.h
- Revision:
- 15:bb213a2e282b
- Parent:
- 14:7d04607cae3b
--- 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: