]> git.localhorst.tv Git - blobs.git/blobdiff - src/graphics/Canvas.hpp
randomize creature properties a bit
[blobs.git] / src / graphics / Canvas.hpp
index bc2a47af4b815d7fe6f9797499c3389a65b0caa6..4e924f115ab24deb03ba60ed9fb8271179096b9c 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef BLOBS_GRAPHICS_CANVAS_HPP_
 #define BLOBS_GRAPHICS_CANVAS_HPP_
 
-#include "glm.hpp"
 #include "Program.hpp"
 #include "SimpleVAO.hpp"
+#include "../math/glm.hpp"
 
 #include <cstdint>