#pragma once struct field_effect_type; class TEdgeSegment; class TEdgeBox { public: std::vector EdgeList{}; std::vector FieldList{}; };