X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;h=80dc4a33ba6d28803f9de4b603e1cf83b2b00b9f;hb=f9a060d3e46fbfb0daefc0623fa217a62e5c8c2b;hp=fe58d017510c2cfd1e9da65b265ca52ad1145c8a;hpb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;p=blank.git diff --git a/src/model/Shape.hpp b/src/model/Shape.hpp index fe58d01..80dc4a3 100644 --- a/src/model/Shape.hpp +++ b/src/model/Shape.hpp @@ -5,11 +5,11 @@ #include "../geometry/primitive.hpp" #include "../graphics/BlockMesh.hpp" #include "../graphics/EntityMesh.hpp" +#include "../graphics/glm.hpp" #include "../world/Block.hpp" #include #include -#include namespace blank {