godot/modules/gdnative/config.py
2017-11-15 21:29:33 +01:00

18 lines
306 B
Python

def can_build(platform):
return True
def configure(env):
env.use_ptrcall = True
def get_doc_classes():
return [
"ARVRInterfaceGDNative",
"GDNative",
"GDNativeLibrary",
"NativeScript",
"PluginScript",
]
def get_doc_path():
return "doc_classes"