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.
Dependencies: mbed
Diff: Level1/Level1.h
- Revision:
- 31:ed5f7f15a1ed
- Parent:
- 27:e73dd64ef334
--- a/Level1/Level1.h Wed Apr 10 14:29:14 2019 +0000 +++ b/Level1/Level1.h Wed Apr 10 16:20:28 2019 +0000 @@ -5,7 +5,7 @@ #include "N5110.h" #include "Gamepad.h" #include "Levelengine.h" -#include "Miner.h" +#include "Sprites.h" class Level1 { @@ -23,7 +23,7 @@ private: - Miner _miner; + Sprites _sprites; Levelengine _level; Key _k;