Josh Davy / Mbed 2 deprecated Flip

Dependencies:   mbed el17jd

Revision:
3:b34685dbdb8d
Parent:
2:b62e8be35a5d
Child:
4:afbf3dd71403
diff -r b62e8be35a5d -r b34685dbdb8d Game/Game.cpp
--- a/Game/Game.cpp	Tue Apr 02 10:45:44 2019 +0000
+++ b/Game/Game.cpp	Tue Apr 02 12:40:31 2019 +0000
@@ -34,7 +34,7 @@
 
 void Game::update(Gamepad &pad)
 {
-
+    _player.update(pad);
 }
 
 void Game::draw(N5110 &lcd)