renamed libpg to libbear
[physics.git] / src / Entities / Ball.cpp
index b3ca115..11e3e09 100644 (file)
  */
 
 #include "Ball.h"
-#include "../debug.h"
 
-#include "../Vector2.h"
-#include "../graphics/graphics.h"
+#include <bear/debug.h>
+#include <bear/Vector2.h>
+using namespace bear;
+
+#include "graphics/graphics.h"
 
 
 /// ***** Constructors/Destructors *****