Yufan Zhong / Mbed 2 deprecated GOLD_MINER

Dependencies:   mbed

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;