]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/align.hpp
glm backwards compatibility
[blank.git] / src / graphics / align.hpp
index 1e18f356e812b16047dd98a3af24e6dd76c334f5..eba70f7323950a3e38951bcd062f6469a0b07fd6 100644 (file)
@@ -1,15 +1,15 @@
 #ifndef BLANK_GRAPHICS_ALIGN_HPP_
 #define BLANK_GRAPHICS_ALIGN_HPP_
 
-#include <glm/glm.hpp>
+#include "glm.hpp"
 
 
 namespace blank {
 
 enum class Align {
-       LEFT,
-       CENTER,
-       RIGHT,
+       BEGIN,
+       MIDDLE,
+       END,
 };
 
 enum class Gravity {