2021-09-28 05:48:06 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "elementinitializer.h"
|
2021-11-17 23:14:52 +01:00
|
|
|
#include "classicmode/classicactions.h"
|
2021-09-28 05:48:06 +02:00
|
|
|
|
|
|
|
struct ArrowElementInitializer
|
|
|
|
{
|
|
|
|
ElementInitializer element;
|
|
|
|
Type type = Type::NONE;
|
|
|
|
};
|