Hugo Hu / Mbed 2 deprecated BRAVEHEART

Dependencies:   mbed N5110 ShiftReg PinDetect

Revision:
8:9ac6a428fa26
Parent:
7:678873947b29
Child:
10:f2488a0ecab7
--- a/StateManger.cpp	Fri May 01 18:10:59 2015 +0000
+++ b/StateManger.cpp	Sat May 02 00:22:43 2015 +0000
@@ -17,6 +17,10 @@
             currentState = new Game(this, lcd, input);
         break;
         
+        case TITLE_SCREEN:
+            currentState = new TitleScreen(this, lcd, input);
+        break;
+        
         // TODO: Make classes for the other states.
         case SUBMIT_HIGHSCORE:
         //break;