From c4c18a2c588f081edcfe37a03822093c7b89c398 Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Mon, 7 Dec 2020 15:08:59 +0100 Subject: Add PluginScript support for global class naming/icon path --- modules/gdnative/include/pluginscript/godot_pluginscript.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdnative/include/pluginscript') diff --git a/modules/gdnative/include/pluginscript/godot_pluginscript.h b/modules/gdnative/include/pluginscript/godot_pluginscript.h index 406c3ba663..5e2e7f55f8 100644 --- a/modules/gdnative/include/pluginscript/godot_pluginscript.h +++ b/modules/gdnative/include/pluginscript/godot_pluginscript.h @@ -72,6 +72,7 @@ typedef struct { godot_string_name name; godot_bool is_tool; godot_string_name base; + godot_string icon_path; // Member lines format: {: } godot_dictionary member_lines; -- cgit v1.2.3