Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes

[GDNative] use feature tags, added load once option
This commit is contained in:
Thomas Herzog
2017-11-14 15:34:07 +01:00
committed by GitHub
26 changed files with 344 additions and 309 deletions
-2
View File
@@ -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;