reintroduce generic mobile vr interface

This commit is contained in:
BastiaanOlij
2017-09-28 22:15:21 +10:00
parent 4f39ce32b9
commit ca4f055db0
8 changed files with 825 additions and 0 deletions

View File

@ -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