1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00
Files
godot/modules/gdnative/config.py

13 lines
240 B
Python

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