Skip to content

Conversation

@penggrin12
Copy link

No description provided.

Comment on lines +22 to +29
#elif GODOT
using Vector2 = Godot.Vector2;
using Vector3 = Godot.Vector3;
#if GODOT3
using Vector4 = Godot.Quat;
#elif GODOT4
using Vector2 = Godot.Vector2;
using Vector3 = Godot.Vector3;
using Vector4 = Godot.Vector4;
elif NEOAXIS
#endif
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is a double #if a good idea here? less repeating code is good, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant