Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
14:7225da81314a
Parent:
11:6cd02a8539d1
Child:
16:06a88c0110ff
--- a/graphics.h	Thu Dec 02 20:16:28 2021 +0000
+++ b/graphics.h	Fri Dec 03 08:45:49 2021 +0000
@@ -34,13 +34,15 @@
 /**
  * Draw the upper status bar.
  */
-void draw_upper_status(int x, int y);
+void draw_upper_status(int x, int y, int coin);
 
 /**
  * Draw the lower status bar.
  */ 
 void draw_lower_status(int hp, int mp);
 
+void draw_spell(char spell);
+
 /**
  * Draw the border for the map.
  */