Kostadin Chakarov / Mbed 2 deprecated el17kec

Dependencies:   mbed

Revision:
14:4b05b5c2a355
Parent:
11:bb36db678a6d
Child:
15:40cf30a7a71b
diff -r 3585d2ea4ff4 -r 4b05b5c2a355 GameObject/GameObject.h
--- a/GameObject/GameObject.h	Thu May 09 11:55:47 2019 +0000
+++ b/GameObject/GameObject.h	Thu May 09 12:01:16 2019 +0000
@@ -6,7 +6,7 @@
 #include "Gamepad.h"
 
 /** StaticGameObject Class
-Draws and controls the objects in the Breakout game, which are static
+, Draws and controls the objects in the Breakout game, which are static
 @author Kostadin Chakarov, University of Leeds
 @date April 2019
 */ 
@@ -43,7 +43,7 @@
 };
 
 /** GameObject Class
-Draws and controls the objects in the Breakout game, which are non-static, inherits from StaticGameObject
+, Draws and controls the objects in the Breakout game, which are non-static, inherits from StaticGameObject
 @author Kostadin Chakarov, University of Leeds
 @date April 2019
 */