]> git.sur5r.net Git - fstl/blobdiff - src/mesh.h
Update upstream source from tag 'upstream/0.9.3'
[fstl] / src / mesh.h
index e8a02f09a2c369b0788b90f7ca0ad97fd7166b18..141278139b64d3086234e08c66632233a6bca395 100644 (file)
@@ -21,6 +21,8 @@ public:
     float ymax() const { return max(1); }
     float zmax() const { return max(2); }
 
+    bool empty() const;
+
 private:
     std::vector<GLfloat> vertices;
     std::vector<GLuint> indices;