ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
53:3fdc4486f672
Parent:
51:2231e2e141b9
--- a/Lore/Lore.h	Thu May 09 13:22:45 2019 +0000
+++ b/Lore/Lore.h	Thu May 09 14:52:52 2019 +0000
@@ -51,6 +51,14 @@
     *@param &lcd address of the N5110 library used for the lcd display
     */
     void intro(N5110 &lcd);
+    /** Displays game information
+    *@param &lcd address of the N5110 library used for the lcd display
+    */
+    void help(N5110 &lcd);
+    /** Holds the info displayed in intro about game
+    *@param &lcd address of the N5110 library used for the lcd display
+    */
+    void ships1(N5110 &lcd);
 
     private: