#pragma once #include "classicactions.h" #include "core/inputtype.h" #include "tools/mathutils.h" #include struct ElementInitializer { Type type = Type::NONE; Coordinates coordinates; std::vector falling_curve_interpolation; };