You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Make FileAccess and DirAccess classes reference counted.
This commit is contained in:
@@ -49,7 +49,7 @@ class FileAccessUnix : public FileAccess {
|
||||
String path;
|
||||
String path_src;
|
||||
|
||||
static FileAccess *create_libc();
|
||||
static Ref<FileAccess> create_libc();
|
||||
|
||||
public:
|
||||
static CloseNotificationFunc close_notification_func;
|
||||
|
||||
Reference in New Issue
Block a user