Josh Davy / Mbed OS Flip_OS_5

Dependencies:   el17jd

Revision:
7:68e06dda79f7
Parent:
6:2ca1516ec1e2
Child:
9:96969b1c6bde
--- a/Game/Game.h	Wed Apr 10 11:03:07 2019 +0000
+++ b/Game/Game.h	Wed Apr 17 12:39:46 2019 +0000
@@ -16,6 +16,7 @@
 public:
     Game();
     ~Game();
+    void init();
     void read_input(Gamepad &pad);
     void update(Gamepad &pad);
     void draw(N5110 &lcd);