Player Library

Revision:
0:a88279bdf8c0
Child:
1:933b7aa73bbc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Player.h	Mon Apr 24 08:51:58 2017 +0000
@@ -0,0 +1,16 @@
+#ifndef PLAYER_H
+#define PLAYER_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+
+
+class Player
+{
+    public:
+    
+    private:
+    
+};
+#endif
\ No newline at end of file