diff -r bf6323f2b1be -r c1cc036c6e1f src/GLRenderer.h --- a/src/GLRenderer.h Wed Feb 05 06:07:05 2014 +0200 +++ b/src/GLRenderer.h Thu Feb 06 22:11:28 2014 +0200 @@ -151,6 +151,7 @@ void compileAllObjects(); void drawGLScene(); void endDraw (bool accept); + void forgetObject (LDObject* obj); Axis getCameraAxis (bool y, EFixedCamera camid = (EFixedCamera) - 1); const char* getCameraName() const; double getDepthValue() const; @@ -249,7 +250,7 @@ Vertex coordconv2_3 (const QPoint& pos2d, bool snap) const; // Draw a VBO array - void drawVBOs (E_VBOArray arrayType, GLenum type); + void drawVBOs (EVBOSurface surface, GLenum type); // Determine which color to draw text with QColor getTextPen() const;