Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
9:cbb9cfb1f6c5
Parent:
8:fcc333a8f9e1
Child:
10:e18685911e84
--- a/actions.h	Sat Nov 20 03:57:56 2021 +0000
+++ b/actions.h	Tue Nov 30 00:48:48 2021 +0000
@@ -1,6 +1,18 @@
 #ifndef ACTIONS_H
 #define ACTIONS_H
 
+void god_modeOn();
+
+void god_modeOff();
+
+void set_npc(int i, int j);
+
+//void walk_npc(int i, int j);
+
+void fruit();
+
+void no_fruit();
+
 void npc_speech1();
 
 void npc_speech2();