1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Move server files into their subfolders

This commit is contained in:
Aaron Franke
2024-03-11 20:27:45 -07:00
parent d705613db3
commit 3d1c9fd5de
393 changed files with 600 additions and 579 deletions

View File

@@ -40,7 +40,7 @@
#ifdef DEBUG_ENABLED
#include "core/string/string_builder.h"
#include "servers/text_server.h"
#include "servers/text/text_server.h"
#endif
#ifdef TOOLS_ENABLED

View File

@@ -34,7 +34,7 @@
#include "core/string/char_utils.h"
#ifdef DEBUG_ENABLED
#include "servers/text_server.h"
#include "servers/text/text_server.h"
#endif
#ifdef TOOLS_ENABLED

View File

@@ -36,7 +36,7 @@
#include "editor/script/script_text_editor.h"
#include "editor/settings/editor_settings.h"
#include "servers/display_server.h"
#include "servers/display/display_server.h"
void GDScriptTextDocument::_bind_methods() {
ClassDB::bind_method(D_METHOD("didOpen"), &GDScriptTextDocument::didOpen);