summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_library_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/animation_library_editor.h')
-rw-r--r--editor/plugins/animation_library_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/plugins/animation_library_editor.h b/editor/plugins/animation_library_editor.h
index 42b4d38e49..c003e9a10b 100644
--- a/editor/plugins/animation_library_editor.h
+++ b/editor/plugins/animation_library_editor.h
@@ -80,6 +80,9 @@ class AnimationLibraryEditor : public AcceptDialog {
StringName file_dialog_animation;
StringName file_dialog_library;
+ Button *new_library_button = nullptr;
+ Button *load_library_button = nullptr;
+
AcceptDialog *error_dialog = nullptr;
bool adding_animation = false;
StringName adding_animation_to_library;
@@ -108,6 +111,7 @@ class AnimationLibraryEditor : public AcceptDialog {
bool updating = false;
protected:
+ void _notification(int p_what);
void _update_editor(Object *p_mixer);
static void _bind_methods();