From e0019453a227036660e90f67e8df8207fcb48b46 Mon Sep 17 00:00:00 2001 From: Karroffel Date: Sat, 14 Oct 2017 18:05:01 +0200 Subject: update ARVRInterfaceGDNative to use API struct --- modules/gdnative/gdnative_api.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/gdnative/gdnative_api.json') diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 5ebf26cbf7..459ca12ae9 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5230,6 +5230,14 @@ ["godot_object *", "p_instance"] ] }, + { + "name": "godot_arvr_register_interface", + "return_type": "void", + "arguments": [ + ["const char *", "p_name"], + ["const godot_arvr_interface_gdnative *", "p_interface"] + ] + }, { "name": "godot_arvr_get_worldscale", "return_type": "godot_real", -- cgit v1.2.3