mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Bind ClockDirection enum
It's the only enum in math_defs.h not bound, and it's used by Plane.
This commit is contained in:
@@ -125,6 +125,9 @@ void register_global_constants() {
|
||||
BIND_CORE_ENUM_CONSTANT(VERTICAL);
|
||||
BIND_CORE_ENUM_CONSTANT(HORIZONTAL);
|
||||
|
||||
BIND_CORE_ENUM_CONSTANT(CLOCKWISE);
|
||||
BIND_CORE_ENUM_CONSTANT(COUNTERCLOCKWISE);
|
||||
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_LEFT);
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_CENTER);
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_RIGHT);
|
||||
|
||||
Reference in New Issue
Block a user