You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Organize ifdefs for disabling navigation, physics, and XR
This commit is contained in:
@@ -51,9 +51,9 @@
|
||||
#include "main/main.h"
|
||||
#include "servers/rendering_server.h"
|
||||
|
||||
#ifndef _3D_DISABLED
|
||||
#ifndef XR_DISABLED
|
||||
#include "servers/xr_server.h"
|
||||
#endif // _3D_DISABLED
|
||||
#endif // XR_DISABLED
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "editor/editor_settings.h"
|
||||
|
||||
Reference in New Issue
Block a user