Adventure game written for ECE2035 at the Georgia Institute of Technology

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
4:cdc54191ff07
Parent:
0:35660d7952f7
--- a/speech.h	Wed Apr 18 20:18:51 2018 +0000
+++ b/speech.h	Tue May 22 19:13:03 2018 +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).
@@ -12,6 +12,6 @@
  * @param lines The actual lines of text to display
  * @param n The number of lines to display.
  */
-void long_speech(const char* lines[], int n);
+void long_speech(const char* lines, int n);
 
 #endif // SPEECH_H
\ No newline at end of file