godot/modules/pvr/config.py

7 lines
77 B
Python
Raw Normal View History

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