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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/CelestialObject.cpp') 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; -- cgit v1.2.3-18-g5258