src/document.h

changeset 188
64ea7282611e
parent 178
a23024fc98e0
child 191
d355d4c52d51
--- a/src/document.h	Mon May 16 01:40:49 2022 +0300
+++ b/src/document.h	Tue May 24 16:11:10 2022 +0300
@@ -48,6 +48,7 @@
 	void applyToVertices(VertexMap::ApplyFunction fn) const;
 	void handleKeyPress(QKeyEvent* event);
 	void adjustGridToView();
+	const glm::mat4& currentGrid() const;
 	const Model& getModel() const;
 	const QSet<ldraw::id_t> selectedObjects() const;
 	const ldraw::ColorTable& colorTable;

mercurial