From 9b3892b7f430e6694e944e2e3f162f3903ae8d89 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sun, 11 Apr 2021 13:08:23 +0000 Subject: CelestialObject & objects: update #include --- src/game/objects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/objects.cpp') 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 #include +#include "../graphics/Mesh.hpp" +#include "../graphics/Vertex.hpp" #include "objects.hpp" -#include "graphics/Mesh.hpp" -#include "graphics/Vertex.hpp" using namespace glm; -- cgit v1.2.3-18-g5258