Core: Move DirAccess and FileAccess to core/io
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already.
This commit is contained in:
@ -30,8 +30,8 @@
|
||||
|
||||
#include "editor_feature_profile.h"
|
||||
|
||||
#include "core/io/dir_access.h"
|
||||
#include "core/io/json.h"
|
||||
#include "core/os/dir_access.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "editor_node.h"
|
||||
#include "editor_scale.h"
|
||||
|
||||
Reference in New Issue
Block a user