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