Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
48:f7d9ae3e554d
Parent:
47:6e31b195ce3c
Child:
49:3f83ed62d123
--- a/Title/Title.h	Thu May 09 01:57:49 2019 +0000
+++ b/Title/Title.h	Thu May 09 02:46:44 2019 +0000
@@ -21,6 +21,10 @@
     void title_option_credit(N5110 &lcd, Gamepad &gamepad);
     void title_option_tutorial(N5110 &lcd, Gamepad &gamepad);
     
+    void print_tutorial_page_0(N5110 &lcd);
+    void print_tutorial_page_1(N5110 &lcd);
+    void print_tutorial_page_2(N5110 &lcd);
+    
 public:
     // Constructor
     Title();