X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;h=80dc4a33ba6d28803f9de4b603e1cf83b2b00b9f;hb=f9a060d3e46fbfb0daefc0623fa217a62e5c8c2b;hp=9170475b2f6dfc5cd670bec8327368a2a521c1f2;hpb=75172fd735e34082c34b47ae7c194445b53038d9;p=blank.git diff --git a/src/model/Shape.hpp b/src/model/Shape.hpp index 9170475..80dc4a3 100644 --- a/src/model/Shape.hpp +++ b/src/model/Shape.hpp @@ -2,14 +2,14 @@ #define BLANK_MODEL_SHAPE_HPP_ #include "CollisionBounds.hpp" -#include "geometry.hpp" +#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 {