ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
28:35af3843de8f
Parent:
27:f05f4e738ba9
Child:
29:579e00b7f118
--- a/tutorial/tutorial.h	Mon Apr 08 14:41:57 2019 +0000
+++ b/tutorial/tutorial.h	Wed Apr 10 15:42:10 2019 +0000
@@ -7,7 +7,10 @@
 
 class Tutorial{
     public:
+    /** A constructor for the Tutorial's page number*/
     Tutorial();
+  /** Updates and draws a text that explains the game rules and gameplay
+    */
     bool updateAndWriteTutorial();
     
     private: