summaryrefslogtreecommitdiff
path: root/inc/quadtree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/quadtree.hpp')
-rw-r--r--inc/quadtree.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/quadtree.hpp b/inc/quadtree.hpp
index fab20da..8da34aa 100644
--- a/inc/quadtree.hpp
+++ b/inc/quadtree.hpp
@@ -4,12 +4,12 @@
#include <list>
#include <vector>
-#include "window.hpp"
+#include "sdl/window.hpp"
#include "creature.hpp"
#include "resource.hpp"
#include "entity.hpp"
#include "rectangle.hpp"
-#include "graphicsobjects.hpp"
+#include "opengl/graphicsdata.hpp"
class Quadtree {