diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2020-12-07 15:08:59 +0100 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2020-12-08 13:17:22 +0100 |
commit | c4c18a2c588f081edcfe37a03822093c7b89c398 (patch) | |
tree | 625dc907548200415bb07a1babb644ca3366c100 /modules/gdnative/include/pluginscript | |
parent | 3c9c2cbb2359e6eddf3fab42a89dedfc3a641803 (diff) |
Add PluginScript support for global class naming/icon path
Diffstat (limited to 'modules/gdnative/include/pluginscript')
-rw-r--r-- | modules/gdnative/include/pluginscript/godot_pluginscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: {<string>: <int>} godot_dictionary member_lines; |