FINAL VERSION

Dependencies:   mbed

Revision:
116:2793d31ca691
Parent:
114:280903dd7e06
Child:
118:a44365bf061a
--- a/BreakoutEngine/BreakoutEngine.h	Wed May 08 13:30:52 2019 +0000
+++ b/BreakoutEngine/BreakoutEngine.h	Wed May 08 13:38:58 2019 +0000
@@ -51,6 +51,7 @@
     int get_mult();
     void set_paddle_motion(bool tilt, float sens);
     void check_life_powerup();
+    void reset_paddle_lives();
     
 private: