Josh Davy / Mbed OS Flip_OS_5

Dependencies:   el17jd

Revision:
13:32d580b3935c
Parent:
11:db27d3838514
Child:
16:13044188dcc3
--- a/Level/Level.cpp	Mon May 06 14:52:05 2019 +0000
+++ b/Level/Level.cpp	Mon May 06 15:07:28 2019 +0000
@@ -1,17 +1,4 @@
 #include "Level.h"
-/** Level Class
-
-@brief Class responsible for the handling of levels loading them updating
-their state and rendering them.
-Levels represent each stage of the game including the player initial location
-the goal location and the location of blocks and moving blocks.
-@version 1.0
-
-@author Joshua Davy el17jd
-
-@date April 2019
-
-*/