aboutsummaryrefslogtreecommitdiff
path: root/editor/dependency_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-12-06 23:46:43 +0100
committerGitHub2017-12-06 23:46:43 +0100
commit9e2fad7e647e67aba90fae60ceb5a709eea68759 (patch)
treea70482cb4435e29d203f8092938393497c6caa58 /editor/dependency_editor.h
parentc2031fc813d4f55a95cfcf702c508e39e1ef099e (diff)
parent5fbd71af1781b0b808af78ef6ff330086222cd37 (diff)
downloadgodot-9e2fad7e647e67aba90fae60ceb5a709eea68759.tar.gz
godot-9e2fad7e647e67aba90fae60ceb5a709eea68759.tar.zst
godot-9e2fad7e647e67aba90fae60ceb5a709eea68759.zip
Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menu
Add context menu to editor file dialogs
Diffstat (limited to '')
-rw-r--r--editor/dependency_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dependency_editor.h b/editor/dependency_editor.h
index 9b0aca67d..0cc153945 100644
--- a/editor/dependency_editor.h
+++ b/editor/dependency_editor.h
@@ -35,6 +35,7 @@
#include "scene/gui/tab_container.h"
#include "scene/gui/tree.h"
+class EditorFileDialog;
class EditorFileSystemDirectory;
class EditorNode;