#pragma once #include "classicactions.h" #include "core/gameevent.h" #include "core/point.h" #include struct ElementInitializer { Type type = Type::NONE; kku::Point position; std::vector falling_curve_interpolation; };