diff options
| author | Andreas Haas <Hinsbart@users.noreply.github.com> | 2017-10-02 23:13:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-02 23:13:21 +0200 |
| commit | 29b44801b2e9693c5d19d3e4fbb708af367c4904 (patch) | |
| tree | 59588d3e64c687b2ca16f2485fbd918ac943fa3b /modules/mobile_vr/config.py | |
| parent | 5303efb2fabd668bef18b7ac7606426692e5d6bb (diff) | |
| parent | ca4f055db0a4e6f9ea7b38cde14dc85ada3330e2 (diff) | |
| download | redot-engine-29b44801b2e9693c5d19d3e4fbb708af367c4904.tar.gz | |
Merge pull request #11658 from BastiaanOlij/mobile_vr
Reintroduce generic mobile vr interface
Diffstat (limited to 'modules/mobile_vr/config.py')
| -rw-r--r-- | modules/mobile_vr/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py new file mode 100644 index 0000000000..d0156b1b77 --- /dev/null +++ b/modules/mobile_vr/config.py @@ -0,0 +1,6 @@ +def can_build(platform): + # should probably change this to only be true on iOS and Android + return True + +def configure(env): + pass
\ No newline at end of file |
