summaryrefslogtreecommitdiffstats
path: root/core/method_bind.h
diff options
context:
space:
mode:
authortoger5 <toger5@hotmail.de>2017-06-10 11:44:35 -0700
committertoger5 <toger5@hotmail.de>2017-08-15 19:36:34 +0200
commitc39ac8650daa2a9a8c26f56247e555472ec576d7 (patch)
treea23e7ac898920bfda3c22a77f9f0e7fcc23785ef /core/method_bind.h
parent059a0496dab1b7dd7acd54095fdfc7349e96e7d2 (diff)
downloadredot-engine-c39ac8650daa2a9a8c26f56247e555472ec576d7.tar.gz
Added Corner Enum
Diffstat (limited to 'core/method_bind.h')
-rw-r--r--core/method_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/method_bind.h b/core/method_bind.h
index 3b4ff96a19..9bf0323733 100644
--- a/core/method_bind.h
+++ b/core/method_bind.h
@@ -150,6 +150,7 @@ VARIANT_ENUM_CAST(Vector3::Axis);
VARIANT_ENUM_CAST(Error);
VARIANT_ENUM_CAST(wchar_t);
VARIANT_ENUM_CAST(Margin);
+VARIANT_ENUM_CAST(Corner);
VARIANT_ENUM_CAST(Orientation);
VARIANT_ENUM_CAST(HAlign);
VARIANT_ENUM_CAST(Variant::Type);