diff options
author | Bastiaan Olij <mux213@gmail.com> | 2020-04-09 00:47:36 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2020-04-09 15:33:01 +1000 |
commit | afc8c6391ccc2d3d69dcad0d93b2639bfe77dc55 (patch) | |
tree | 9b77798e59f05f968c26649ef9bafd6f0c5def2f /modules/gdnative/gdnative_builders.py | |
parent | 23d786d6fbcd374f464155c5f17f1951a664ece9 (diff) | |
download | redot-engine-afc8c6391ccc2d3d69dcad0d93b2639bfe77dc55.tar.gz |
Renaming all ARVR nodes to XR
Diffstat (limited to 'modules/gdnative/gdnative_builders.py')
-rw-r--r-- | modules/gdnative/gdnative_builders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_builders.py b/modules/gdnative/gdnative_builders.py index 2d84f93d87..620935795f 100644 --- a/modules/gdnative/gdnative_builders.py +++ b/modules/gdnative/gdnative_builders.py @@ -19,7 +19,7 @@ def _build_gdnative_api_struct_header(api): "", "#include <gdnative/gdnative.h>", "#include <android/godot_android.h>", - "#include <arvr/godot_arvr.h>", + "#include <xr/godot_xr.h>", "#include <nativescript/godot_nativescript.h>", "#include <net/godot_net.h>", "#include <pluginscript/godot_pluginscript.h>", |