mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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
|
|
@ -84,7 +84,7 @@ private:
|
|||
|
||||
String download_to_file;
|
||||
|
||||
FileAccess *file = nullptr;
|
||||
Ref<FileAccess> file;
|
||||
|
||||
int body_len = -1;
|
||||
SafeNumeric<int> downloaded;
|
||||
|
|
@ -158,7 +158,6 @@ public:
|
|||
void set_https_proxy(const String &p_host, int p_port);
|
||||
|
||||
HTTPRequest();
|
||||
~HTTPRequest();
|
||||
};
|
||||
|
||||
VARIANT_ENUM_CAST(HTTPRequest::Result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue