X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.h;h=e3753f8b867ce1516f66b680d5cc488142430209;hb=16f6f15328b3a6eec87b1b5e5822368966d44a38;hp=8e1f906cf2dcbbd89ecb9c556a721991b7899b1a;hpb=99b656a7c44859a038156b82365122a5e336b1e8;p=libs%2Fgl.git diff --git a/source/mesh.h b/source/mesh.h index 8e1f906c..e3753f8b 100644 --- a/source/mesh.h +++ b/source/mesh.h @@ -10,7 +10,6 @@ Distributed under the LGPL #include #include "batch.h" -#include "meshbuilder.h" #include "vertexarray.h" namespace Msp { @@ -41,7 +40,6 @@ public: Mesh(VertexFormat f); void use_vertex_buffer(bool); - RefPtr modify(); const VertexArray &get_vertices() const { return vertices; } void add_batch(const Batch &b); const std::list &get_batches() { return batches; }