effectManager created
[physics.git] / src / Entities / PhysicsEntity.h
index 4df29b3..85c0558 100644 (file)
@@ -2,7 +2,6 @@
 #define PHYSICS_H
 
 #include "Entity.h"
-#include "../Effects/Effect.h"
 #include "../Vector2.h"
 
 /// ***** Header Class *****
@@ -29,8 +28,6 @@ class PhysicsEntity: public Entity
 
     // Coefficient of Restitution
     float CoR;
-
-    Effect* g;
 };
 
 #endif // PHYSICS_H