aboutsummaryrefslogtreecommitdiffstats
path: root/src/game/objects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/objects.cpp')
-rw-r--r--src/game/objects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/objects.cpp b/src/game/objects.cpp
index b7dbf66..a92a83b 100644
--- a/src/game/objects.cpp
+++ b/src/game/objects.cpp
@@ -1,9 +1,9 @@
#include <glm/glm.hpp>
#include <glm/gtc/constants.hpp>
+#include "../graphics/Mesh.hpp"
+#include "../graphics/Vertex.hpp"
#include "objects.hpp"
-#include "graphics/Mesh.hpp"
-#include "graphics/Vertex.hpp"
using namespace glm;