diff options
author | George Marques <george@gmarqu.es> | 2021-02-23 13:56:28 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2021-02-23 13:56:28 -0300 |
commit | f1088e1b70962799c2e0f7de8f8b0dcf850569a8 (patch) | |
tree | f3d538a815f018d2a15a836e145d32d5c93ff328 /core/variant | |
parent | 50d71e7f2a889afd3cbf5673582b7f98d8037bac (diff) |
Bind ClockDirection enum
It's the only enum in math_defs.h not bound, and it's used by Plane.
Diffstat (limited to 'core/variant')
-rw-r--r-- | core/variant/binder_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant/binder_common.h b/core/variant/binder_common.h index 9d8e262cc9..490bd45b7b 100644 --- a/core/variant/binder_common.h +++ b/core/variant/binder_common.h @@ -88,6 +88,7 @@ VARIANT_ENUM_CAST(Vector3::Axis); VARIANT_ENUM_CAST(Error); VARIANT_ENUM_CAST(Side); +VARIANT_ENUM_CAST(ClockDirection); VARIANT_ENUM_CAST(Corner); VARIANT_ENUM_CAST(Orientation); VARIANT_ENUM_CAST(HAlign); |