mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Cleanup header includes in Tree
This commit is contained in:
parent
428a762e98
commit
88d922c55e
18 changed files with 27 additions and 9 deletions
|
|
@ -42,6 +42,7 @@
|
|||
#include "editor/gui/editor_file_dialog.h"
|
||||
#include "editor/themes/editor_scale.h"
|
||||
#include "scene/animation/animation_mixer.h"
|
||||
#include "scene/gui/line_edit.h"
|
||||
|
||||
void AnimationLibraryEditor::set_animation_mixer(Object *p_mixer) {
|
||||
mixer = Object::cast_to<AnimationMixer>(p_mixer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue