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

Dependencies:   LCD_ST7735 RetroPlatform mbed

Into Level 0 Menu Level 99

Revision:
1:dcea5500a32d
Parent:
0:f5f961973d01
diff -r f5f961973d01 -r dcea5500a32d Game/HelpScreen.h
--- a/Game/HelpScreen.h	Sat Feb 21 06:19:29 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#ifndef __HELP_SCREEN_H__
-#define __HELP_SCREEN_H__
-
-#include "ScreenBase.h"
-
-class HelpScreen : public ScreenBase
-{
-    int _state;
-public:
-    HelpScreen();
-    virtual Screen Update();    
-};
-
-#endif //__HELP_SCREEN_H__