From 29df438f9a2f84249f0cdae15c0a231ef6f7ef9e Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Fri, 15 Dec 2017 00:37:46 +0100 Subject: Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative_api.json --- modules/gdnative/gdnative_api.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 31f3b0b77b..b7b2553435 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5532,6 +5532,12 @@ ["char *", "p_name"] ] }, + { + "name": "godot_get_stack_bottom", + "return_type": "void *", + "arguments": [ + ] + }, { "name": "godot_method_bind_get_method", "return_type": "godot_method_bind *", @@ -5568,6 +5574,12 @@ ["const char *", "p_classname"] ] }, + { + "name": "godot_get_global_constants", + "return_type": "godot_dictionary", + "arguments": [ + ] + }, { "name": "godot_register_native_call_type", "return_type": "void", -- cgit v1.2.3