1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

Organize ifdefs for disabling navigation, physics, and XR

This commit is contained in:
Aaron Franke
2025-04-02 03:15:02 -07:00
parent 1f56d96cf2
commit 2800948d61
10 changed files with 62 additions and 61 deletions

View File

@@ -33,9 +33,9 @@
#include "../storage_rd/texture_storage.h"
#include "../uniform_set_cache_rd.h"
#ifndef _3D_DISABLED
#ifndef XR_DISABLED
#include "servers/xr_server.h"
#endif // _3D_DISABLED
#endif // XR_DISABLED
using namespace RendererRD;