summaryrefslogtreecommitdiff
path: root/modules/bullet/config.py
blob: 83605f1f9b862afc015d2fa556f50ac004a8c4a6 (plain)
1
2
3
4
5
6
7
8
def can_build(env, platform):
    # API Changed and bullet is disabled at the moment
    return False
    # Later change to return not env["disable_3d"]


def configure(env):
    pass