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
|
|
@ -38,7 +38,7 @@ class FileAccessMemory : public FileAccess {
|
|||
uint64_t length = 0;
|
||||
mutable uint64_t pos = 0;
|
||||
|
||||
static FileAccess *create();
|
||||
static Ref<FileAccess> create();
|
||||
|
||||
public:
|
||||
static void register_file(String p_name, Vector<uint8_t> p_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue