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:
@ -32,7 +32,7 @@
|
||||
#define FILE_DIALOG_H
|
||||
|
||||
#include "box_container.h"
|
||||
#include "core/os/dir_access.h"
|
||||
#include "core/io/dir_access.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
#include "scene/gui/line_edit.h"
|
||||
#include "scene/gui/option_button.h"
|
||||
|
||||
Reference in New Issue
Block a user