godot/modules/mpc/config.py
Rémi Verschelde c8a97c3678 mpc: Move to a module and split thirdparty libmpcdec
(cherry picked from commit 5c12c9e69b)
2016-10-30 14:51:33 +01:00

7 lines
66 B
Python

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