aboutsummaryrefslogtreecommitdiff
path: root/core/io/resource_import.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/resource_import.h')
-rw-r--r--core/io/resource_import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_import.h b/core/io/resource_import.h
index d54308b6e..939cecfbd 100644
--- a/core/io/resource_import.h
+++ b/core/io/resource_import.h
@@ -69,7 +69,7 @@ public:
virtual bool get_option_visibility(const String& p_option,const Map<StringName,Variant>& p_options) const=0;
- virtual Error import(const String& p_source_file,const String& p_save_path,const Map<StringName,Variant>& p_options,List<String>* r_platform_variants)=0;
+ virtual Error import(const String& p_source_file,const String& p_save_path,const Map<StringName,Variant>& p_options,List<String>* r_platform_variants,List<String>* r_gen_files=NULL)=0;
};