Projectile Library

Revision:
0:6914458c54cd
Child:
1:2aee0cb1ebf9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Projectile.h	Mon Apr 24 11:06:14 2017 +0000
@@ -0,0 +1,18 @@
+#ifndef PROJECTILE_H
+#define PROJECTILE_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+
+
+class Projectile
+{
+    public:
+    Projectile();
+    ~Projectile();
+    
+    private:
+    
+};
+#endif
\ No newline at end of file