X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;h=fe58d017510c2cfd1e9da65b265ca52ad1145c8a;hb=e4a1425dccd0ba9b106e415dd02809f4308a85ee;hp=2f79f82b941459592cb0affbb44734191055f2e9;hpb=ba55bf4293f3abc742eef710545a4b207ba2c820;p=blank.git diff --git a/src/model/Shape.hpp b/src/model/Shape.hpp index 2f79f82..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" @@ -70,7 +70,7 @@ public: size_t OutlineCount() const noexcept; size_t OutlineIndexCount() const noexcept; - void Outline(OutlineMesh::Buffer &out) const; + void Outline(PrimitiveMesh::Buffer &out) const; bool Intersects( const Ray &,