Harry Rance 200925395 Embedded Systems Project

Dependencies:   mbed

Revision:
3:43970d8d642e
Parent:
2:50feb42b982c
Child:
6:dca8b5e2ebe5
--- a/Boss.h	Wed Apr 26 17:40:17 2017 +0000
+++ b/Boss.h	Sun Apr 30 15:23:56 2017 +0000
@@ -10,7 +10,7 @@
 public:
   Boss();
   ~Boss();
-  void initialise(int x_origin, int y_origin, int health_x, int health_y, int health, int speed);
+  void initialise(int x_origin, int y_origin, int health_x, int health_y, int health, int speed, int coins, int score);
   void draw(N5110 &lcd);
   void boss_sprite(N5110 &lcd);
   void health_bar_draw(N5110 &lcd);
@@ -32,6 +32,7 @@
   int get_boss_coins();
   void draw_lives(N5110 &lcd);
   void dec_lives();
+  void inc_lives();
   int lives();
 
 private: