Library containing the Game Engine

Revision:
3:2f8f003ce4fd
Parent:
1:13a97de95e46
Child:
5:6224122fc07c
--- a/GameEngine.h	Fri Apr 28 15:52:35 2017 +0000
+++ b/GameEngine.h	Sat Apr 29 13:17:51 2017 +0000
@@ -5,6 +5,7 @@
 #include "N5110.h"
 #include "Gamepad.h"
 #include "Player.h"
+#include "Projectile.h"
 
 class GameEngine
 {
@@ -21,6 +22,7 @@
     private:
     
     Player _p;
+    Projectile _proj;
     int _speed;
     Direction _d;
     float _mag;