Josh Davy / Mbed OS Flip_OS_5

Dependencies:   el17jd

Revision:
3:b34685dbdb8d
Parent:
2:b62e8be35a5d
Child:
6:2ca1516ec1e2
--- a/Game/Game.h	Tue Apr 02 10:45:44 2019 +0000
+++ b/Game/Game.h	Tue Apr 02 12:40:31 2019 +0000
@@ -6,6 +6,7 @@
 #include "N5110.h"
 #include "Gamepad.h"
 #include "Sprite.h"
+#include "Player.h"
 
 
 
@@ -21,6 +22,6 @@
 private:
     Direction _d;
     float _mag;
-    Sprite _player;
+    Player _player;
 };
 #endif
\ No newline at end of file