feat: updated engine

This commit is contained in:
Sara Gerretsen 2026-07-10 17:04:34 +02:00
parent cbe99774ff
commit f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions

View file

@ -31,17 +31,26 @@
#include "godotsharp_dirs.h"
#include "mono_gd/gd_mono.h"
#ifndef TOOLS_ENABLED
#include "utils/path_utils.h"
#endif
#include "core/config/project_settings.h"
#include "core/io/dir_access.h"
#include "core/os/os.h"
#ifdef TOOLS_ENABLED
#include "core/version.h"
#include "editor/file_system/editor_paths.h"
#endif
#ifndef TOOLS_ENABLED
#include "core/config/engine.h"
#ifndef ANDROID_ENABLED
#include "core/io/file_access.h"
#endif
#endif
namespace GodotSharpDirs {
String _get_expected_build_config() {