Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Title/Title.h
- Revision:
- 57:1c12361b6e3d
- Parent:
- 49:3f83ed62d123
- Child:
- 58:c8d90bb7404a
--- 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);