mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
parent
36892b7fc8
commit
b396fd4eef
308 changed files with 664 additions and 350 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#include "editor/create_dialog.h"
|
||||
#include "editor/dictionary_property_edit.h"
|
||||
#include "editor/editor_export.h"
|
||||
#include "editor/editor_file_dialog.h"
|
||||
#include "editor/editor_file_system.h"
|
||||
#include "editor/editor_help.h"
|
||||
#include "editor/editor_node.h"
|
||||
|
|
@ -52,6 +53,7 @@
|
|||
#include "editor/filesystem_dock.h"
|
||||
#include "editor/multi_node_edit.h"
|
||||
#include "editor/property_selector.h"
|
||||
#include "editor/scene_tree_dock.h"
|
||||
#include "scene/gui/label.h"
|
||||
#include "scene/main/window.h"
|
||||
#include "scene/resources/font.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue