Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
[GDNative] use feature tags, added load once option
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _basis_api_anchor() {}
|
||||
|
||||
void GDAPI godot_basis_new_with_rows(godot_basis *r_dest, const godot_vector3 *p_x_axis, const godot_vector3 *p_y_axis, const godot_vector3 *p_z_axis) {
|
||||
const Vector3 *x_axis = (const Vector3 *)p_x_axis;
|
||||
const Vector3 *y_axis = (const Vector3 *)p_y_axis;
|
||||
|
||||
Reference in New Issue
Block a user