Some random attempts at programming the retro console

Dependencies:   LCD_ST7735 mbed

Fork of RETRO_Pong_Mod by G. Andrew Duthie

Revision:
8:c63981a45c95
Parent:
2:6ab46f2e851a
Child:
9:5c4a3e89a713
--- a/Main.cpp	Fri Feb 27 20:21:32 2015 +0000
+++ b/Main.cpp	Sat Feb 28 00:04:52 2015 +0000
@@ -1,8 +1,10 @@
 #include "mbed.h"
 
 #include "Game.h"
-
-int main() {
+#include "MusicEngine.h"
+ 
+ main()
+{
     Game game;
         
     game.showSplashScreen();