src/gldraw.h

changeset 262
56f8987f4c7c
parent 261
c4ad4e3c6839
child 263
d7b534057d61
--- a/src/gldraw.h	Mon May 27 18:17:21 2013 +0300
+++ b/src/gldraw.h	Mon May 27 22:05:10 2013 +0300
@@ -126,6 +126,7 @@
 	overlayMeta m_overlays[6];
 	vector<vertex> m_knownVerts;
 	
+	void           addDrawnVertex      (vertex m_hoverpos);
 	void           calcCameraIcons     ();                                      // Compute geometry for camera icons
 	void           clampAngle          (double& angle) const;                   // Clamps an angle to [0, 360]
 	void           compileList         (LDObject* obj, const ListType list);    // Compile one of the lists of an object

mercurial