godot/modules/mobile_vr/config.py
2017-09-28 22:44:41 +10:00

6 lines
130 B
Python

def can_build(platform):
# should probably change this to only be true on iOS and Android
return True
def configure(env):
pass