diff options
author | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-08-16 17:10:53 -0300 |
---|---|---|
committer | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-08-16 17:10:53 -0300 |
commit | 9f242ed6e553df947c3696be5f23cd06649deab0 (patch) | |
tree | c1ba5ece9a916fe1da0f8beffc4799cade69d9f7 /tools/editor/editor_settings.h | |
parent | 56fa741b7a729bd5a00cff17e4382af547de92ad (diff) |
Added add_property_info function to Globals and EditorSettings classes
Diffstat (limited to 'tools/editor/editor_settings.h')
-rw-r--r-- | tools/editor/editor_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.h b/tools/editor/editor_settings.h index 937956a366..2a7d3bb4f0 100644 --- a/tools/editor/editor_settings.h +++ b/tools/editor/editor_settings.h @@ -104,6 +104,8 @@ private: Map<String,Ref<ShortCut> > shortcuts; + void _add_property_info_bind(const Dictionary& p_info); + protected: static void _bind_methods(); |