feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -33,6 +33,11 @@
|
|||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
#include "tests/test_macros.h"
|
||||
|
||||
#include "../gdscript.h"
|
||||
#include "gdscript_test_runner.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/io/config_file.h"
|
||||
#include "core/io/dir_access.h"
|
||||
|
|
@ -40,16 +45,12 @@
|
|||
#include "core/object/script_language.h"
|
||||
#include "core/variant/dictionary.h"
|
||||
#include "core/variant/variant.h"
|
||||
#include "gdscript_test_runner.h"
|
||||
#include "modules/modules_enabled.gen.h" // For mono.
|
||||
#include "scene/resources/packed_scene.h"
|
||||
|
||||
#include "../gdscript.h"
|
||||
#include "tests/test_macros.h"
|
||||
|
||||
#include "editor/editor_settings.h"
|
||||
#include "scene/resources/packed_scene.h"
|
||||
#include "scene/theme/theme_db.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For mono.
|
||||
|
||||
namespace GDScriptTests {
|
||||
|
||||
static bool match_option(const Dictionary p_expected, const ScriptLanguage::CodeCompletionOption p_got) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue