aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_export.h
diff options
context:
space:
mode:
authorRuslan Mustakov2017-08-14 20:13:09 +0700
committerRuslan Mustakov2017-08-14 20:13:09 +0700
commit571a3a2dcdb4f43b5c58b048874cbdf6b67253de (patch)
treea8fd08b468409acd7827da64900a069800439ac7 /editor/editor_export.h
parent9575dbdf788e8a5154b3ec2f66913e731ac02850 (diff)
downloadgodot-571a3a2dcdb4f43b5c58b048874cbdf6b67253de.tar.gz
godot-571a3a2dcdb4f43b5c58b048874cbdf6b67253de.tar.zst
godot-571a3a2dcdb4f43b5c58b048874cbdf6b67253de.zip
Diffstat (limited to 'editor/editor_export.h')
-rw-r--r--editor/editor_export.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor_export.h b/editor/editor_export.h
index dc4b19857..91e012d94 100644
--- a/editor/editor_export.h
+++ b/editor/editor_export.h
@@ -30,6 +30,7 @@
#ifndef EDITOR_EXPORT_H
#define EDITOR_EXPORT_H
+#include "os/dir_access.h"
#include "resource.h"
#include "scene/main/node.h"
#include "scene/main/timer.h"
@@ -157,6 +158,9 @@ private:
static Error _save_pack_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total);
static Error _save_zip_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total);
+ void _edit_files_with_filter(DirAccess *da, const Vector<String> &p_filters, Set<String> &r_list, bool exclude);
+ void _edit_filter_list(Set<String> &r_list, const String &p_filter, bool exclude);
+
protected:
bool exists_export_template(String template_file_name, String *err) const;
String find_export_template(String template_file_name, String *err = NULL) const;