1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

About: add thirdparty license info

This commit is contained in:
Poommetee Ketson
2017-07-05 22:07:43 +07:00
parent 6f63a01302
commit da2de8932c
3 changed files with 243 additions and 13 deletions

View File

@@ -431,6 +431,9 @@ private:
List<String> previous_scenes;
bool opening_prev;
Tree *_tpl_tree;
TextEdit *_tpl_text;
void _dialog_action(String p_file);
void _edit_current();
@@ -636,6 +639,8 @@ private:
void _dim_timeout();
void _check_gui_base_size();
void _license_tree_selected();
protected:
void _notification(int p_what);
static void _bind_methods();