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: Game/Game.h
- Revision:
- 12:5549a299d41e
- Parent:
- 11:db27d3838514
--- a/Game/Game.h Mon May 06 14:43:01 2019 +0000 +++ b/Game/Game.h Mon May 06 14:52:05 2019 +0000 @@ -10,7 +10,18 @@ #include "Level.h" +/** Game Class +@brief Class for the main game. Responsible for level loading, updating and +drawing the game screen. + +@version 1.0 + +@author Joshua Davy el17jd + +@date April 2019 + +*/ class Game {