Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
92:693a6ae0ff8e
Parent:
91:ca8cff78f2fe
--- a/MenuClasses/StartScreen/StartScreen.h	Wed May 08 21:29:06 2019 +0000
+++ b/MenuClasses/StartScreen/StartScreen.h	Wed May 08 22:27:45 2019 +0000
@@ -61,13 +61,13 @@
 
     /** 
     * @brief Checks BACK if button pressed in a loop, can be used to exit it and also remember if true/false and used for various conditions.
-    * @return _backPressed @detalis True if the BACK pressed, else False.
+    * @returns _backPressed @detalis True if the BACK pressed, else False.
     */
     bool checkBackPressed();
 
     /** 
     * @brief Checks if START or A buttons are pressed in a loop, can be used to terminate it and also remember if true/false and used for various conditions.
-    * @return _startPressed @details True if the START or A pressed, else False.
+    * @returns _startPressed @details True if the START or A pressed, else False.
     */
     bool checkStartorAPressed();