mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Move server files into their subfolders
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "editor/run/run_instances_dialog.h"
|
||||
#include "editor/settings/editor_settings.h"
|
||||
#include "main/main.h"
|
||||
#include "servers/display_server.h"
|
||||
#include "servers/display/display_server.h"
|
||||
|
||||
EditorRun::Status EditorRun::get_status() const {
|
||||
return status;
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "scene/gui/panel_container.h"
|
||||
|
||||
#ifndef XR_DISABLED
|
||||
#include "servers/xr_server.h"
|
||||
#include "servers/xr/xr_server.h"
|
||||
#endif // XR_DISABLED
|
||||
|
||||
EditorRunBar *EditorRunBar::singleton = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user