ECE 2035 final project

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
2:22d36e7740f1
Parent:
0:35660d7952f7
--- a/speech.h	Wed Apr 04 21:11:07 2018 +0000
+++ b/speech.h	Mon Apr 15 12:25:08 2019 +0000
@@ -4,7 +4,7 @@
 /**
  * Display a speech bubble.
  */
-void speech(const char* line1, const char* line2);
+void speech(const char* line1, const char* line2, const char* line3, const char* line4);
 
 /**
  * Display a long speech bubble (more than 2 lines).