aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorPoommetee Ketson2017-07-05 22:07:43 +0700
committerPoommetee Ketson2017-07-06 14:42:47 +0700
commitda2de8932c26b51a5a521a1c0a92c6e005c4e135 (patch)
tree8bb91833b799ca1f4d6dc8eff3ddd1acc56020ea /editor/editor_node.h
parent6f63a01302355077af2459c96a17e299c32b2960 (diff)
downloadgodot-da2de8932c26b51a5a521a1c0a92c6e005c4e135.tar.gz
godot-da2de8932c26b51a5a521a1c0a92c6e005c4e135.tar.zst
godot-da2de8932c26b51a5a521a1c0a92c6e005c4e135.zip
About: add thirdparty license info
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 24acedbf2..49ac04243 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -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();