LeviLamina
Loading...
Searching...
No Matches
SelectionProperties.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct SelectionProperties {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 SelectionProperties& operator=(SelectionProperties const&);
16 SelectionProperties(SelectionProperties const&);
17 SelectionProperties();
18};
Definition Alias.h:14