Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Objects/Objects.h
- 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
{