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,9 +30,9 @@
|
||||
|
||||
#include "resource_importer_shader_file.h"
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/io/marshalls.h"
|
||||
#include "core/io/resource_saver.h"
|
||||
#include "core/os/file_access.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/plugins/shader_file_editor_plugin.h"
|
||||
#include "servers/rendering/rendering_device_binds.h"
|
||||
|
||||
Reference in New Issue
Block a user