feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue