Cleanup: move extract points into own compile unit.

This commit is contained in:
2021-06-07 13:27:38 +02:00
parent 8b8c3c34dd
commit e517aaa136
5 changed files with 179 additions and 133 deletions

View File

@@ -77,6 +77,7 @@ typedef enum eMRIterType {
ENUM_OPERATORS(eMRIterType, MR_ITER_LVERT)
typedef enum eMRDataType {
MR_DATA_NONE = 0,
MR_DATA_POLY_NOR = 1 << 1,
MR_DATA_LOOP_NOR = 1 << 2,
MR_DATA_LOOPTRI = 1 << 3,