You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Reorder the folders in tools to prepare moving tools/editor
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
This commit is contained in:
@@ -54,18 +54,14 @@
|
||||
#include "scene/main/viewport.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "tools/editor/doc/doc_data.h"
|
||||
#include "tools/editor/editor_node.h"
|
||||
#include "tools/editor/project_manager.h"
|
||||
|
||||
#endif
|
||||
|
||||
#include "io/file_access_network.h"
|
||||
#include "tools/doc/doc_data.h"
|
||||
|
||||
|
||||
#include "servers/physics_2d_server.h"
|
||||
|
||||
|
||||
#include "core/io/stream_peer_tcp.h"
|
||||
#include "core/os/thread.h"
|
||||
#include "core/io/file_access_pack.h"
|
||||
|
||||
Reference in New Issue
Block a user