You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "editor_run_script.h"
|
||||
|
||||
#include "editor_node.h"
|
||||
#include "editor/editor_node.h"
|
||||
|
||||
void EditorScript::add_root_node(Node *p_node) {
|
||||
if (!editor) {
|
||||
|
||||
Reference in New Issue
Block a user