src/polygoncache.h

changeset 200
ca23936b455b
parent 193
b4beff48bb7a
child 206
654661eab7f3
--- a/src/polygoncache.h	Wed May 25 20:36:34 2022 +0300
+++ b/src/polygoncache.h	Mon Jun 06 22:01:22 2022 +0300
@@ -1,6 +1,13 @@
 #pragma once
 #include "main.h"
 #include "model.h"
+#include "gl/common.h"
+
+struct GetPolygonsContext
+{
+	ModelId modelId;
+	class DocumentManager* documents;
+};
 
 struct PolygonCache
 {

mercurial