X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmesh.h;h=39bf55b22d5129f0725f11a44233f48be28556d9;hb=57ca8f2bd18525d80ed6ad5d3f72e57901162d55;hp=0cebaa69c28ce92917d796afe4e034e5434c4611;hpb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;p=libs%2Fgl.git diff --git a/source/core/mesh.h b/source/core/mesh.h index 0cebaa69..39bf55b2 100644 --- a/source/core/mesh.h +++ b/source/core/mesh.h @@ -1,6 +1,8 @@ #ifndef MSP_GL_MESH_H_ #define MSP_GL_MESH_H_ +#include +#include #include #include "batch.h" #include "cullface.h" @@ -75,9 +77,6 @@ private: public: Mesh(ResourceManager * = 0); Mesh(const VertexFormat &, ResourceManager * = 0); -private: - void init(ResourceManager *); -public: ~Mesh(); void storage(const VertexFormat &);