]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/mesh.h
Use set_manager instead of passing the manager to the constructor
[libs/gl.git] / source / core / mesh.h
index 010289b04aa667eeea23b652a2088d26f81a8636..89f51fdd9e3493aa97bddd3e40409bffeb34f991 100644 (file)
@@ -75,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 &);