2
0
mirror of https://github.com/godotengine/godot.git synced 2025-02-11 22:35:15 +08:00
godot/modules/pvr/config.py

6 lines
71 B
Python
Raw Normal View History

def can_build(platform):
return True
def configure(env):
pass