Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
32:5403bb974294
Parent:
31:becb8f6bf7b7
Child:
39:ca77a6d574e6
--- a/tutorial/tutorial.h	Tue Apr 23 18:18:57 2019 +0000
+++ b/tutorial/tutorial.h	Fri Apr 26 13:09:03 2019 +0000
@@ -9,9 +9,9 @@
  */
 class Tutorial{
 public:
-/** A constructor for the Tutorial's page number*/
+    /** A constructor for the Tutorial's page number*/
     Tutorial();
-/** @brief Updates and draws a text that explains the game rules and gameplay*/
+    /** @brief Updates and draws a text that explains the game rules and gameplay*/
     bool updateAndWriteTutorial();
     
 private: