src/GLRenderer.h

changeset 681
c1cc036c6e1f
parent 679
dd7545e00a8f
child 684
8a56b1d4d44d
--- 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;

mercurial