now draws a ball, fixed top of states bug
[physics.git] / src / entityManager.cpp
index 815571b..000fd4b 100644 (file)
@@ -4,6 +4,8 @@ using std::set;
 #include <iostream>
 
 #include "entityManager.h"
+#include "debug.h"
+
 #include "Entities/Entity.h"
 #include "Entities/Particle.h"
 #include "Entities/PhysicsEntity.h"
@@ -113,6 +115,7 @@ void manager::draw()
     {
         (*it)->draw();
     }
+
 }
 
 /// ***** Private Methods *****