Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
57:1c12361b6e3d
Parent:
49:3f83ed62d123
Child:
58:c8d90bb7404a
diff -r ef9521b7ed78 -r 1c12361b6e3d Title/Title.h
--- a/Title/Title.h	Thu May 09 08:42:52 2019 +0000
+++ b/Title/Title.h	Thu May 09 09:50:19 2019 +0000
@@ -4,14 +4,18 @@
 #include "Player.h"
 #include "N5110.h"
 #include "Gamepad.h"
-
+/**Title Class
+@author Steven Mahasin
+@brief Handles all Title Screen Interractions
+@date May 2019
+*/
 class Title
 {
 private:
     // Member Variables
-    int title_count;
-    int cursor_timer;
-    int title_option;
+    int _title_count;
+    int _cursor_timer;
+    int _title_option;
     
     // Methods
     void draw_title_screen(N5110 &lcd);