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:
- 3:b34685dbdb8d
- Parent:
- 2:b62e8be35a5d
- Child:
- 6:2ca1516ec1e2
--- a/Game/Game.h Tue Apr 02 10:45:44 2019 +0000 +++ b/Game/Game.h Tue Apr 02 12:40:31 2019 +0000 @@ -6,6 +6,7 @@ #include "N5110.h" #include "Gamepad.h" #include "Sprite.h" +#include "Player.h" @@ -21,6 +22,6 @@ private: Direction _d; float _mag; - Sprite _player; + Player _player; }; #endif \ No newline at end of file