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:
- 12:07a9f2140d9b
- Parent:
- 10:51870f8e2e1a
- Child:
- 13:3299ab0ff2f0
--- a/MinerEngine/MinerEngine.h Mon Apr 27 05:44:02 2020 +0000 +++ b/MinerEngine/MinerEngine.h Mon Apr 27 16:02:47 2020 +0000 @@ -20,6 +20,7 @@ ~MinerEngine(); void init(int winch_width,int winch_height,int gold_num,int monster_speed); + void init_unchanged_parameter(); void state_switch(Gamepad &pad, N5110 &lcd); int get_select(Gamepad &pad); void instruction(Gamepad &pad, N5110 &lcd); @@ -66,6 +67,7 @@ int _state; int _catching; int _claw_get; + int _claw_speed; int _monster_collision; int _now_score; int _highest_score;