aboutsummaryrefslogtreecommitdiffstats
path: root/src/game/objects.cpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-04-11 13:08:23 +0000
committerJoursoir <chat@joursoir.net>2021-04-11 13:08:23 +0000
commit9b3892b7f430e6694e944e2e3f162f3903ae8d89 (patch)
tree61d2fa7fe32681741080da2994fc9e070a1fb957 /src/game/objects.cpp
parente7ba13097919d96ef1a2d1da9344e2ed4595b9cc (diff)
downloadspace-simulator-9b3892b7f430e6694e944e2e3f162f3903ae8d89.tar.gz
space-simulator-9b3892b7f430e6694e944e2e3f162f3903ae8d89.tar.bz2
space-simulator-9b3892b7f430e6694e944e2e3f162f3903ae8d89.zip
CelestialObject & objects: update #include
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;