File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3131#pragma once
3232
3333#include " core/object/class_db.h"
34+ #include " core/object/object.h"
3435#include " core/templates/safe_refcount.h"
3536
3637class RefCounted : public Object {
Original file line number Diff line number Diff line change 3131#pragma once
3232
3333#include " core/core_string_names.h"
34+ #include " core/error/error_macros.h"
3435#include " core/io/ip_address.h"
3536#include " core/math/aabb.h"
3637#include " core/math/basis.h"
5354#include " core/string/node_path.h"
5455#include " core/string/ustring.h"
5556#include " core/templates/bit_field.h"
57+ #include " core/templates/hashfuncs.h"
5658#include " core/templates/list.h"
5759#include " core/templates/paged_allocator.h"
5860#include " core/templates/rid.h"
61+ #include " core/typedefs.h"
5962#include " core/variant/array.h"
6063#include " core/variant/callable.h"
6164#include " core/variant/dictionary.h"
Original file line number Diff line number Diff line change 3434#include " editor/inspector/editor_context_menu_plugin.h"
3535#include " scene/3d/camera_3d.h"
3636#include " scene/gui/control.h"
37+ #include " scene/main/node.h"
3738
3839class Node3D ;
3940class Button ;
Original file line number Diff line number Diff line change 3131#pragma once
3232
3333#include " core/input/input_event.h"
34+ #include " core/object/object.h"
3435#include " core/object/ref_counted.h"
3536#include " core/string/node_path.h"
3637#include " core/templates/iterable.h"
You can’t perform that action at this time.
0 commit comments