el15mh 200929957

Dependencies:   mbed

Revision:
10:989e5dbd12ee
Parent:
9:960dfc71c224
--- a/Animations/Animations.h	Thu May 04 14:43:29 2017 +0000
+++ b/Animations/Animations.h	Thu May 04 17:39:23 2017 +0000
@@ -1,9 +1,3 @@
-/** Animations Class
- @brief Class contains all the different animations used throughout the game.
- @author Max Houghton
- @date April 13 2017
- */
-
 #ifndef ANIMATIONS_H
 #define ANIMATIONS_H
 
@@ -11,6 +5,12 @@
 #include "N5110.h"
 #include "Gamepad.h"
 
+/**
+ @brief Animations Class contains all the different animations used throughout the game.
+ @author Max Houghton
+ @date April 13 2017
+ */
+
 class Animations
 {