diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-08-27 11:51:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 11:51:43 +1000 |
commit | c5f62fad90f6b324e8d05ec4a8342e69b8af5507 (patch) | |
tree | 0f3886bd3d01a2919cc295f3d8cb23fdece929c5 /modules/gdnative/gdnative_builders.py | |
parent | f6f5e0f934e18cdd07cbefbf440b9e0208ccd676 (diff) | |
parent | 86ff7f8550703d8636828d7d204e1c8aeeb94432 (diff) |
Merge pull request #52003 from BastiaanOlij/xr_interface_extension
Adding GDExtension support to XRInterface
Diffstat (limited to 'modules/gdnative/gdnative_builders.py')
-rw-r--r-- | modules/gdnative/gdnative_builders.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_builders.py b/modules/gdnative/gdnative_builders.py index d03298d7a9..181fd71b82 100644 --- a/modules/gdnative/gdnative_builders.py +++ b/modules/gdnative/gdnative_builders.py @@ -19,7 +19,6 @@ def _build_gdnative_api_struct_header(api): "", "#include <gdnative/gdnative.h>", "#include <android/godot_android.h>", - "#include <xr/godot_xr.h>", "#include <nativescript/godot_nativescript.h>", "#include <net/godot_net.h>", "#include <pluginscript/godot_pluginscript.h>", |