diff options
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/editor_node.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index ca5327abf..19cca549e 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -80,6 +80,7 @@ #include "fileserver/editor_file_server.h" #include "editor_resource_preview.h" +#include "editor_export_godot3.h" #include "progress_dialog.h" @@ -146,6 +147,7 @@ private: EDIT_REDO, EDIT_REVERT, TOOLS_ORPHAN_RESOURCES, + TOOLS_EXPORT_GODOT3, RESOURCE_NEW, RESOURCE_LOAD, RESOURCE_SAVE, @@ -281,6 +283,9 @@ private: HBoxContainer *search_bar; LineEdit *search_box; + EditorExportGodot3 export_godot3; + FileDialog *export_godot3_dialog; + CreateDialog *create_dialog; CallDialog *call_dialog; @@ -573,6 +578,8 @@ private: void _update_addon_config(); + void _export_godot3_path(const String& p_path); + static void _file_access_close_error_notify(const String& p_str); protected: |
