Library containing the Game Engine

Revision:
6:c710fbc0f48e
Parent:
5:6224122fc07c
Child:
7:cf6304ef44fd
--- a/GameEngine.h	Tue May 02 10:30:34 2017 +0000
+++ b/GameEngine.h	Tue May 02 15:46:59 2017 +0000
@@ -6,6 +6,7 @@
 #include "Gamepad.h"
 #include "Player.h"
 #include "Projectile.h"
+#include "Target.h"
 
 class GameEngine
 {
@@ -25,6 +26,7 @@
     
     Player _p;
     Projectile _proj;
+    Target _t;
     int _speed;
     Direction _d;
     float _mag;