diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CelestialObject.cpp | 2 | ||||
-rw-r--r-- | 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 <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; |