Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
7:862062ffca62
Parent:
6:c9695079521d
Child:
14:7225da81314a
--- a/spells.h	Fri Nov 19 22:03:25 2021 +0000
+++ b/spells.h	Sat Nov 20 03:37:50 2021 +0000
@@ -1,6 +1,12 @@
 #ifndef SPELLS_H
 #define SPELLS_H
 
+
+#define FIRE 0
+#define WATER 1
+#define AIR 2
+#define EARTH 3
+
 void init_spells();
 
 int spell();