mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
About: add thirdparty license info
This commit is contained in:
parent
6f63a01302
commit
da2de8932c
3 changed files with 243 additions and 13 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue