FINAL VERSION

Dependencies:   mbed

Revision:
119:473cac51ddf0
Parent:
118:a44365bf061a
Child:
123:39740c246fc2
--- a/BreakoutEngine/BreakoutEngine.h	Wed May 08 14:20:26 2019 +0000
+++ b/BreakoutEngine/BreakoutEngine.h	Wed May 08 14:49:01 2019 +0000
@@ -50,7 +50,7 @@
     void set_mult_zero();
     int get_mult();
     void set_paddle_motion(bool tilt, float sens);
-    bool check_life_powerup(bool allowed);
+    void check_life_powerup();
     void reset_paddle_lives();
     
 private:
@@ -75,7 +75,6 @@
     int _number_left;
     int _prev_score;
     int _score;
-    bool _allow;
     
     Direction _d;
     float _mag;