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: LCD_ST7735 RetroPlatform mbed
Diff: Game/LevelScreen.cpp
- 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