Josh Davy / Mbed OS Flip_OS_5

Dependencies:   el17jd

Revision:
6:2ca1516ec1e2
Parent:
3:b34685dbdb8d
Child:
7:68e06dda79f7
--- a/Game/Game.h	Sat Apr 06 14:42:34 2019 +0000
+++ b/Game/Game.h	Wed Apr 10 11:03:07 2019 +0000
@@ -7,6 +7,7 @@
 #include "Gamepad.h"
 #include "Sprite.h"
 #include "Player.h"
+#include "Level.h"
 
 
 
@@ -23,5 +24,6 @@
     Direction _d;
     float _mag;
     Player _player;
+    Level _level;
 };
 #endif
\ No newline at end of file