summaryrefslogtreecommitdiffstats
path: root/old/graphics/RenderSection.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--old/graphics/RenderSection.hpp (renamed from src/graphics/RenderSection.hpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graphics/RenderSection.hpp b/old/graphics/RenderSection.hpp
index 5973909..7f97624 100644
--- a/src/graphics/RenderSection.hpp
+++ b/old/graphics/RenderSection.hpp
@@ -7,9 +7,9 @@
#include <glm/gtx/transform.hpp>
#include <easylogging++.h>
-#include <core/AssetManager.hpp>
-#include <world/Section.hpp>
-#include <world/World.hpp>
+#include "../core/AssetManager.hpp"
+#include "../world/Section.hpp"
+#include "../world/World.hpp"
class RenderState {
GLuint ActiveVao;