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: MinerEngine/MinerEngine.h
- Revision:
- 14:3731b0791970
- Parent:
- 13:3299ab0ff2f0
- Child:
- 16:e3ecfcd2a389
--- a/MinerEngine/MinerEngine.h Sun May 10 06:43:16 2020 +0000 +++ b/MinerEngine/MinerEngine.h Sun May 10 14:39:06 2020 +0000 @@ -40,8 +40,10 @@ void play_music(Gamepad &pad); void screen_rollup(Gamepad &pad, N5110 &lcd); void loading(Gamepad &pad, N5110 &lcd); - void tunnel(N5110 &lcd); - + void tunnel(Gamepad &pad, N5110 &lcd); + void draw_tunnel(N5110 &lcd); + void draw_man(N5110 &lcd); + void tunnel_print(Gamepad &pad, N5110 &lcd); private: void check_gold_collision(Gamepad &pad); @@ -73,6 +75,10 @@ int _highest_score; int _gold_reached_num[9]; int _h; + int _i; + int _n; + int _z; + int _j; //////////////// Direction _d; float _mag;