Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
6:c9695079521d
Parent:
0:35660d7952f7
Child:
14:7225da81314a
--- a/speech.h	Tue Oct 12 15:26:32 2021 +0000
+++ b/speech.h	Fri Nov 19 22:03:25 2021 +0000
@@ -4,7 +4,15 @@
 /**
  * Display a speech bubble.
  */
-void speech(const char* line1, const char* line2);
+void horizontal_speech1(const char* line1, const char* line2);
+void horizontal_speech2(const char* line1, const char* line2);
+
+
+void vertical_speech(const char* line1, const char* line2, const char* line3);
+
+
+ void erase_horizontal_speech_bubble();
+ void erase_vertical_speech_bubble();
 
 /**
  * Display a long speech bubble (more than 2 lines).