ELEC2645 (2018/19) / Mbed 2 deprecated ll16o2l_ELEC2645

Dependencies:   mbed Gamepad

Revision:
3:aa82968b7a8e
Parent:
2:888634fff8ff
Child:
4:b71e0eed67db
--- a/Objects/Objects.h	Sat Apr 06 12:08:39 2019 +0000
+++ b/Objects/Objects.h	Thu Apr 25 15:08:52 2019 +0000
@@ -6,10 +6,11 @@
 #include "Gamepad.h"
 #include "Player.h"
 
-/** Ball Class
-@author Dr Craig A. Evans, University of Leeds
-@brief Controls the ball in the Pong game 
-@date Febraury 2017
+/** 
+*   @file Objects Class
+*   @author Oliver Luong, University of Leeds
+*   @brief Controls the objects in the Dodge game 
+*   @date 22/04/2019
 */ 
 class Objects
 {