diff options
| author | toger5 | 2017-06-10 11:44:35 -0700 |
|---|---|---|
| committer | toger5 | 2017-08-15 19:36:34 +0200 |
| commit | c39ac8650daa2a9a8c26f56247e555472ec576d7 (patch) | |
| tree | a23e7ac898920bfda3c22a77f9f0e7fcc23785ef /core/method_bind.h | |
| parent | 059a0496dab1b7dd7acd54095fdfc7349e96e7d2 (diff) | |
| download | godot-c39ac8650daa2a9a8c26f56247e555472ec576d7.tar.gz godot-c39ac8650daa2a9a8c26f56247e555472ec576d7.tar.zst godot-c39ac8650daa2a9a8c26f56247e555472ec576d7.zip | |
Diffstat (limited to 'core/method_bind.h')
| -rw-r--r-- | core/method_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/method_bind.h b/core/method_bind.h index 3b4ff96a1..9bf032373 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); |
