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
|
|
@ -31,10 +31,12 @@
|
|||
#include "code_edit.h"
|
||||
#include "code_edit.compat.inc"
|
||||
|
||||
#include "core/config/engine.h"
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/input/input.h"
|
||||
#include "core/object/class_db.h"
|
||||
#include "core/os/keyboard.h"
|
||||
#include "core/os/os.h"
|
||||
#include "core/string/string_builder.h"
|
||||
#include "core/string/translation_server.h"
|
||||
#include "core/string/ustring.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue