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/xr/SCsub | |
parent | 23d786d6fbcd374f464155c5f17f1951a664ece9 (diff) |
Renaming all ARVR nodes to XR
Diffstat (limited to 'modules/gdnative/xr/SCsub')
-rw-r--r-- | modules/gdnative/xr/SCsub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gdnative/xr/SCsub b/modules/gdnative/xr/SCsub new file mode 100644 index 0000000000..0b2db3b504 --- /dev/null +++ b/modules/gdnative/xr/SCsub @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +Import("env") +Import("env_gdnative") + +env_gdnative.add_source_files(env.modules_sources, "*.cpp") |