GDExtensionInterfaceGetGodotVersionFunction typedef

GDExtensionInterfaceGetGodotVersionFunction = Void Function(Pointer<GDExtensionGodotVersion> r_godot_version)

Implementation

typedef GDExtensionInterfaceGetGodotVersionFunction =
    ffi.Void Function(ffi.Pointer<GDExtensionGodotVersion> r_godot_version);