DartGDExtensionInterfaceGetGodotVersionFunction typedef

DartGDExtensionInterfaceGetGodotVersionFunction = void Function(Pointer<GDExtensionGodotVersion> r_godot_version)

Implementation

typedef DartGDExtensionInterfaceGetGodotVersionFunction =
    void Function(ffi.Pointer<GDExtensionGodotVersion> r_godot_version);