Decouple RenderingServer from as much of the codebase as possible
Notably decouples it from: - AccessibilityServer - DisplayServer - Viewport - Window
This commit is contained in:
parent
769e80a7bb
commit
8c0f175c94
156 changed files with 212 additions and 57 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "scene/gui/menu_button.h"
|
||||
#include "scene/gui/rich_text_label.h"
|
||||
#include "scene/gui/split_container.h"
|
||||
#include "servers/display/display_server.h"
|
||||
|
||||
void ScriptEditorBase::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("name_changed"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue