You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
Use forward-declarations in big editor classes
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
#include "scene/resources/camera_attributes.h"
|
||||
#include "scene/resources/material.h"
|
||||
|
||||
class SubViewport;
|
||||
class TextureButton;
|
||||
|
||||
class MeshEditor : public SubViewportContainer {
|
||||
GDCLASS(MeshEditor, SubViewportContainer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user