Made possible to specify where to dump the contents when loading a ".pck" file
(cherry picked from commit 3c261e0dfa)
This commit is contained in:
committed by
Rémi Verschelde
parent
008e0748c1
commit
ffcfd9c8ea
@ -74,7 +74,7 @@ public:
|
||||
|
||||
bool file_exists(String p_name) const;
|
||||
|
||||
virtual bool try_open_pack(const String &p_path, bool p_replace_files);
|
||||
virtual bool try_open_pack(const String &p_path, bool p_replace_files, const String &p_destination = "");
|
||||
FileAccess *get_file(const String &p_path, PackedData::PackedFile *p_file);
|
||||
|
||||
static ZipArchive *get_singleton();
|
||||
|
||||
Reference in New Issue
Block a user