You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "editor/property_editor.h"
|
||||
#include "scene/resources/primitive_meshes.h"
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "scene/3d/camera_3d.h"
|
||||
#include "scene/3d/light_3d.h"
|
||||
@@ -42,6 +41,7 @@
|
||||
#include "scene/gui/color_rect.h"
|
||||
#include "scene/resources/material.h"
|
||||
|
||||
class EditorNode;
|
||||
class SubViewportContainer;
|
||||
|
||||
class MaterialEditor : public Control {
|
||||
|
||||
Reference in New Issue
Block a user