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/CelestialObject.cpp | 2 +- src/game/objects.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/CelestialObject.cpp b/src/game/CelestialObject.cpp index 12153ae..cdef047 100644 --- a/src/game/CelestialObject.cpp +++ b/src/game/CelestialObject.cpp @@ -5,7 +5,7 @@ #include "CelestialObject.hpp" #include "../graphics/Texture.hpp" #include "../graphics/Mesh.hpp" -#include "../objects.hpp" +#include "objects.hpp" using namespace glm; 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