11 lines
171 B
C
11 lines
171 B
C
|
#pragma once
|
||
|
|
||
|
#include "elementinitializer.h"
|
||
|
#include "classicactions.h"
|
||
|
|
||
|
struct ArrowElementInitializer
|
||
|
{
|
||
|
ElementInitializer element;
|
||
|
Type type = Type::NONE;
|
||
|
};
|