X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;fp=src%2Fmodel%2FShape.hpp;h=fe58d017510c2cfd1e9da65b265ca52ad1145c8a;hb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;hp=9170475b2f6dfc5cd670bec8327368a2a521c1f2;hpb=0d580658b896dfec07466c31ae4847455724ee95;p=blank.git diff --git a/src/model/Shape.hpp b/src/model/Shape.hpp index 9170475..fe58d01 100644 --- a/src/model/Shape.hpp +++ b/src/model/Shape.hpp @@ -2,7 +2,7 @@ #define BLANK_MODEL_SHAPE_HPP_ #include "CollisionBounds.hpp" -#include "geometry.hpp" +#include "../geometry/primitive.hpp" #include "../graphics/BlockMesh.hpp" #include "../graphics/EntityMesh.hpp" #include "../world/Block.hpp"