Make FileAccess and DirAccess classes reference counted.
This commit is contained in:
parent
ca9372622f
commit
9381acb6a4
193 changed files with 1122 additions and 1776 deletions
|
|
@ -43,8 +43,8 @@ class ConfigFile : public RefCounted {
|
|||
|
||||
PackedStringArray _get_sections() const;
|
||||
PackedStringArray _get_section_keys(const String &p_section) const;
|
||||
Error _internal_load(const String &p_path, FileAccess *f);
|
||||
Error _internal_save(FileAccess *file);
|
||||
Error _internal_load(const String &p_path, Ref<FileAccess> f);
|
||||
Error _internal_save(Ref<FileAccess> file);
|
||||
|
||||
Error _parse(const String &p_path, VariantParser::Stream *p_stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue