summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_plugin.cpp
diff options
context:
space:
mode:
authorDaylily-Zeleen <daylily-zeleen@foxmail.com>2023-02-02 15:25:53 +0800
committerDaylily-Zeleen <daylily-zeleen@foxmail.com>2023-04-22 13:34:07 +0800
commit5afc311783609cdc0d09f191b43372692c86df0d (patch)
tree94af25d10897e056fe8bb60a6a517922917757eb /editor/export/editor_export_plugin.cpp
parent6f1a52b017930afb851691e6852ce40eb93c30a9 (diff)
downloadredot-engine-5afc311783609cdc0d09f191b43372692c86df0d.tar.gz
Provide ability to override _export_end() in cpp.
Diffstat (limited to 'editor/export/editor_export_plugin.cpp')
-rw-r--r--editor/export/editor_export_plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/export/editor_export_plugin.cpp b/editor/export/editor_export_plugin.cpp
index 4e2c1a9af7..dd30078c76 100644
--- a/editor/export/editor_export_plugin.cpp
+++ b/editor/export/editor_export_plugin.cpp
@@ -222,6 +222,8 @@ void EditorExportPlugin::_export_file(const String &p_path, const String &p_type
void EditorExportPlugin::_export_begin(const HashSet<String> &p_features, bool p_debug, const String &p_path, int p_flags) {
}
+void EditorExportPlugin::_export_end() {}
+
void EditorExportPlugin::skip() {
skipped = true;
}