mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Core: Move DirAccess and FileAccess to `core/io`
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#ifndef TEST_FILE_ACCESS_H
|
||||
#define TEST_FILE_ACCESS_H
|
||||
|
||||
#include "core/os/file_access.h"
|
||||
#include "core/io/file_access.h"
|
||||
#include "test_utils.h"
|
||||
|
||||
namespace TestFileAccess {
|
||||
|
||||
@@ -30,13 +30,13 @@
|
||||
|
||||
#include "test_math.h"
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/math/basis.h"
|
||||
#include "core/math/camera_matrix.h"
|
||||
#include "core/math/delaunay_3d.h"
|
||||
#include "core/math/geometry_2d.h"
|
||||
#include "core/math/math_funcs.h"
|
||||
#include "core/math/transform_3d.h"
|
||||
#include "core/os/file_access.h"
|
||||
#include "core/os/keyboard.h"
|
||||
#include "core/os/os.h"
|
||||
#include "core/string/print_string.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "test_shader_lang.h"
|
||||
|
||||
#include "core/os/file_access.h"
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/os/main_loop.h"
|
||||
#include "core/os/os.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user