diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-02-06 00:38:39 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-02-06 00:38:39 -0300 |
commit | 6f2e16306a6552d704fb2346c9abdd26e0e523b7 (patch) | |
tree | e1fadf2a05d6f04675045b9e34128ed96628e07c /core/io/resource_import.h | |
parent | af3fabeb7745e6f7f4e7fe7a299bdd234fff26a6 (diff) | |
download | redot-engine-6f2e16306a6552d704fb2346c9abdd26e0e523b7.tar.gz |
Several bugfixes, improving the import workflow
Diffstat (limited to 'core/io/resource_import.h')
-rw-r--r-- | core/io/resource_import.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/resource_import.h b/core/io/resource_import.h index 939cecfbd9..387b3902fe 100644 --- a/core/io/resource_import.h +++ b/core/io/resource_import.h @@ -31,6 +31,7 @@ public: virtual bool can_be_imported(const String& p_path) const; + String get_internal_resource_path(const String& p_path) const; void add_importer(const Ref<ResourceImporter>& p_importer) { importers.insert(p_importer); } Ref<ResourceImporter> get_importer_by_name(const String& p_name); |