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: Level/Level.cpp
- 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 - -*/