godot/modules/gdnative
Rémi Verschelde 11572c6e30
Editor: Cleanup some includes dependencies
Removes some unnecessary includes from `editor_node.h`, and instead add
those where they're used.

Removes unnecessary `editor_node.h` includes in various editor classes.

Renames `dynamicfont` to `dynamic_font` in a couple files.

Misc cleanup while jumping through that rabbit hole.
2022-02-15 14:54:15 +01:00
..
android Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
gdnative Core: Move Vector2i to its own vector2i.h header 2022-02-04 16:32:21 +01:00
icons
include Improve locale detection. 2022-01-18 14:30:00 +02:00
nativescript Refactor some object type checking code with cast_to 2022-02-08 10:08:34 +01:00
pluginscript Refactor some object type checking code with cast_to 2022-02-08 10:08:34 +01:00
tests Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
videodecoder Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py
gdnative_api.json
gdnative_builders.py
gdnative_library_editor_plugin.cpp Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
gdnative_library_editor_plugin.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
gdnative_library_singleton_editor.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp Remove most EditorNode constructor parameters and fields 2022-02-14 14:16:24 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub