ELEC2645 (2018/19) / Mbed 2 deprecated el18jz_

Dependencies:   mbed

Revision:
3:ccbda43c2124
Parent:
2:c7976a633ba0
Child:
4:0f2006e9c8f8
--- a/move/Move.h	Wed May 08 22:17:34 2019 +0000
+++ b/move/Move.h	Wed May 08 22:18:51 2019 +0000
@@ -5,11 +5,7 @@
 #include "N5110.h"
 #include "Gamepad.h"
 
-/** Move Class
-@brief Class for main engine for the snake game
-@author Zhou Jiaxin
-@date 8th May 2019
-*/
+
 
 /** Snakebody struct */
 struct SnakeBody{
@@ -25,6 +21,11 @@
     char b;/**< char for y coordinate for food position*/
     
     };    
+/** Move Class
+@brief Class for main engine for the snake game
+@author Zhou Jiaxin
+@date 8th May 2019
+*/
 
 class Move
 {