X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmesh.h;h=89f51fdd9e3493aa97bddd3e40409bffeb34f991;hb=3bc34893905a2df622894aadcb6669f27f186772;hp=0cebaa69c28ce92917d796afe4e034e5434c4611;hpb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;p=libs%2Fgl.git diff --git a/source/core/mesh.h b/source/core/mesh.h index 0cebaa69..89f51fdd 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" @@ -73,11 +75,8 @@ private: std::string debug_name; public: - Mesh(ResourceManager * = 0); - Mesh(const VertexFormat &, ResourceManager * = 0); -private: - void init(ResourceManager *); -public: + Mesh(); + Mesh(const VertexFormat &); ~Mesh(); void storage(const VertexFormat &);