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

Merge pull request #89409 from aaronfranke/server-folders

Move server files into their subfolders
This commit is contained in:
Thaddeus Crews
2025-10-03 12:01:00 -05:00
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