"Lost treasure of mBedungu" 100 level puzzle game for RETRO

Dependencies:   LCD_ST7735 RetroPlatform mbed

Into Level 0 Menu Level 99

Revision:
0:f5f961973d01
Child:
1:dcea5500a32d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Game/LevelScreen.cpp	Sat Feb 21 06:19:29 2015 +0000
@@ -0,0 +1,21 @@
+#include "mbed.h"
+#include "LevelScreen.h"
+#include "Retro.h"
+//#include "font_OEM.h"
+#include "Sprites.h"
+
+extern Retro retro;
+
+LevelScreen::LevelScreen()
+{
+    _state = 0;
+}
+
+Screen LevelScreen::Update()
+{   
+    if( _state == 0 )
+        ;
+        
+        
+    return Level;
+}
\ No newline at end of file