3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/LayoutVariableType.h"
18 ::ll::TypedStorage<8, 8, void*> mUnsafePointer;
19 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mControl;
20 ::ll::TypedStorage<8, 8, ::LayoutComponent*> mLayoutComponent;
21 ::ll::TypedStorage<1, 1, ::LayoutVariableType> mType;
31 MCAPI VariableRef(::std::weak_ptr<::UIControl> control, ::LayoutVariableType type);
39 MCAPI
void* $ctor(::std::weak_ptr<::UIControl> control, ::LayoutVariableType type);
Definition VariableRef.h:5
Definition LayoutComponent.h:5